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