Help for this page

Select Code to Download


  1. or download this
    my $html = <<'__HTML__';
    __HTML__
    ...
    
    my $foo = <<'__EOF__';
    __EOF__
    
  2. or download this
     s{
    }{
    }ex;
    
  3. or download this
    perl -MO=Deparse -e " s///g "
    perl -MO=Deparse -e " s\\\g "
    ...
    perl -MO=Deparse -e " s {}[]g "
    perl -MO=Deparse -e " s {}<>g "
    perl -MO=Deparse -e " s<><>g "