The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
div {
  a: false;
  b: "ho";
  b: "hey";
  a: false and "hey";
  b: "hey" and "ho";
  b: hey; }