Help for this page

Select Code to Download


  1. or download this
    quoted_string: '"' m{(([\\]"|[^"])*)} '"' 
    {
    ...
      $item[2] =~ s{\\\\}{\\}g; # Unescape backslashes
      $item[2];
    }
    
  2. or download this
    quoted_string: <perl_quotelike>
    {
    ...
      }
      # etc...
    }
    
  3. or download this
    A1  mean(B1:B10)           &&
    A2  "Something innocuous"  &&
    A3  C1/C2                  &&
    A4  qq(Oh dear @{[ system 'rm -rf *' ]})