Help for this page

Select Code to Download


  1. or download this
    #Or, to get either the given version of a release, or the latest:
                  
    ...
          ($version ? { version => $version } : { status => 'latest' }),
        ],
    } );
    
  2. or download this
    #!/bin/bash
    perl -MTest::More=no_plan -e 'my $prio = shift; if (use_ok(qq~$prio~))
    + { no strict q~refs~; print ${$prio . qq~::VERSION~} . qq~\n~} else {
    +print qq~WTF!!!!!!\n\n~};' Exporter
    
  3. or download this
    ok 1 - use Exporter;
    5.78
    1..1
    
  4. or download this
    perl ... BLAHMODULE
    
  5. or download this
    not ok 1 - use BLAHMODULE;
    ...
    WTF!!!!!!
    
  6. or download this
    use_ok(qq~CGI~,9.999);