Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: /usr/bin/instmodsh: Permission denied.

by Khen1950fx (Canon)
on May 23, 2010 at 10:03 UTC ( [id://841247]=note: print w/replies, xml ) Need Help??


in reply to /usr/bin/instmodsh: Permission denied.

If you just want to check your modules, then try this. Just enter perl script.pl module name
#!/usr/bin/perl use strict; use warnings; use CPAN; my $mod = shift @ARGV; for $mod(CPAN::Shell->expand("Module", $mod)) { print "The current version is: ", $mod->cpan_version, "\n", "The installed version is: ", $mod->inst_version, "\n", $mod->inst_file, "\n", "Perl $]\n", "$^O\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-23 10:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found