Help for this page

Select Code to Download


  1. or download this
    $hd = <<'__EOS__';
    '\\\\' =~ /^..$/
    ...
    print($hd); print(eval($hd) ?1:0, "\n");
    print($q2); print(eval($q2) ?1:0, "\n");
    
  2. or download this
    $hd = <<"__EOS__";
    '\\\\\\\\' =~ /^..\$/
    ...
    
    print($hd ); print(eval($hd ) ?1:0, "\n");
    print($qq2); print(eval($qq2) ?1:0, "\n");