Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

check modules used by a script and their version

by Discipulus (Canon)
on Apr 03, 2014 at 10:26 UTC ( [id://1080920]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
              perl -d:Modlist=options script.pl
              perl -MDevel::Modlist=options script.pl # equivalent
    
  2. or download this
    #!perl
      #use strict;  #commented to not pollute %INC
    ...
    eval $begin.$content;
    print $@ if $@;
    
  3. or download this
    perl -c -e "BEGIN{print qq(1-begin\n)};
                UNITCHECK {print qq(2-unitcheck\n)};
    ...
    5-main
    6-end
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1080920]
Front-paged by Arunbear
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 17:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found