Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
    {
        print $something; 
    }
    
  2. or download this
    my $superduper = check_install(module => 'SuperDuperPrinter');
    
  3. or download this
    my $superduper;
    BEGIN { $superduper = check_install(module => 'SuperDuperPrinter'); }