Help for this page

Select Code to Download


  1. or download this
    ; sub capture (&;*)
       { my $code = shift
    ...
          }
       ; \$output
       }
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    
    #...
    
  3. or download this
    perl -ne 'next if m{^\s*;\s*[^#]}; print $_' debugging.pl > stripped.p
    +l
    
  4. or download this
    print <<HEREDOC
    Some lines go here
    HEREDOC
    ; #this would be filtered out if I didn't leave a comment