Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Avoid using a module if it's not available

by jacques (Priest)
on Jun 12, 2008 at 22:29 UTC ( [id://691810]=note: print w/replies, xml ) Need Help??

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 );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://691810]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (5)
As of 2024-03-28 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found