Help for this page

Select Code to Download


  1. or download this
    svn help commit
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        open my $pod_file, '<', \$pod_text;
        pod2usage( -input => $pod_file, %options )
    }