Help for this page

Select Code to Download


  1. or download this
    use HTML::Perlinfo::Modules;
    
    ...
      my $foobarzlot=sprintf("%d,",bar(FILE)->zlot);
      print "FOOBARZLOT=".$foobarzlot."\n";
    }
    
  2. or download this
    my $modules = $m->print_modules( show_only => qr/FOO::bar|File::Which|
    +File::stat/i );