Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    
    ...
        GetOptions( "input=s" => \$input );
        ok( $input, "got input=$input" );
    }
    
  2. or download this
    $ pmvers Test::More App::Prove Getopt::Long
    Test::More: 0.94
    ...
    
    $ prove -V
    TAP::Harness v3.17 and Perl v5.10.1