Help for this page

Select Code to Download


  1. or download this
    perl -nle 'print "\t"x($1-1),$2 if /^=head(\d)\s+(.*)/' /somepath/perlop.pod
  2. or download this
    #!/usr/bin/perl -l
    
    # Call the program as follows:
    ...
    }