Help for this page

Select Code to Download


  1. or download this
        local $Opt{debug} = 1;
        some_function();
    
  2. or download this
        local $SIG{INT} = "IGNORE";
    
  3. or download this
        @paragraphs = do { local $/ = q(); <FH> };