Help for this page

Select Code to Download


  1. or download this
    {  # create a scoping block for slurp-mode reading
       local $/ = undef;
    ...
           $str = substr( $str, $stoppos );
       }
    }