I am using SNMP with Perl.
I got below message" 
Can't locate NetSNMP/OID.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib .)"
Even I install Net:SNMP Modules..
When I check the SNMP Modules, there is no Net:SNMP:OID Module.
How can I install? Or load this module from CPAN?

Thanks

Kwan
 

-----Original Message-----
From: Ron Bergin [mailto:r...@i.frys.com] 
Sent: Monday, June 27, 2011 10:09 AM
To: Irfan Sayed
Cc: Shlomi Fish; pa...@laposte.net; Perl Beginners
Subject: Re: rmdir

Irfan Sayed wrote:
> even i tried windows del command
> but it prompts for confirmation to delete the files
> do u know how to suppress these prompts ? i did not find any switch
which
> allows you to suppress
>
> pls suggest.
>
> regards
> irfan
>

You need to use the /s and /q and /f options.

  /F            Force deleting of read-only files.
  /S            Delete specified files from all subdirectories.
  /Q            Quiet mode, do not ask if ok to delete on global
wildcard

-- 
Ron Bergin



-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/



--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to