Help for this page

Select Code to Download


  1. or download this
    {
        local $/;  # go to slurp mode for input
    ...
        print O;
        close O;
    }
    
  2. or download this
    if ( "blah { blah } blah" )
    
    {
    ...
    
  3. or download this
         s/(if.*?\))[ \r\t]*\n\s+{/$1 {/;  # fix spacing/line-breaks for "
    +if (...) {"