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

Re: Which modules does somescript.pl use?

by davidrw (Prior)
on Apr 14, 2005 at 13:32 UTC ( [id://447764]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    mkdir /tmp/myscript_cover 
    perl -MDevel::Cover=-db,/tmp/myscript_cover,-select,. /tmp/myscript.pl
    
  2. or download this
    use strict;
    use File::Path;
    mkpath '/tmp/asdasd';
    use Image::Magick;
    my $IMG_BLANK = Image::Magick->new();
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-25 19:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found