Help for this page

Select Code to Download


  1. or download this
    join qq{\n}, 
        qq< #some code          >,
    ...
        qq<    #indented code   >,
        qq< };                  >,
         ;
    
  2. or download this
    $saved_line    = get_line(?);   # get source line number somehow
    s{whatever;}
    ...
         and another line of the same;
     #line $saved_line
     }g