Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: disk check using perl

by poolpi (Hermit)
on Dec 14, 2007 at 18:23 UTC ( [id://657090]=note: print w/replies, xml ) Need Help??


in reply to Re^2: disk check using perl
in thread disk check using perl

perl can't find the module in @INC !
You must install Filesys::Df module from cpan.org with cpan shell or download the source and install it.
or
include for example with use lib 'path_to_your_pm_lib';
if you don't have the cpan shell :
Enter from the shell command line
perl -MCPAN -e 'install Filesys::Df'
HTH,
PooLPi

Log In?
Username:
Password:

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

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

    No recent polls found