Re: Need help parsing time

2002-05-16 Thread Ron Grabowski
> sub BEGIN I think that should just be 'BEGIN {}' as you are wanting to change the code within the BEGIN block. If BEGIN where really a sub you could should be able to call it later on in your program but you can't: --- sub BEGIN { print 'hello'; } BEGIN { print 'world'; } BEGIN(); # no o

Repositories Disappear 5.6.1.b631

2002-05-16 Thread Niemiec, Greg
Hello Everyone, What am I doing wrong? I do a full load ActiveState Perl 5.6.1 build 631 and it loads fine. I then load 4.1.1 Active State Dev. Kit. I then go to load my packages and I get the active state repository, load the packages I want. Browser says they are loaded. I quit and go back in t

Re: perl modules not working

2002-05-16 Thread Ron Grabowski
> Jason DeWitt wrote: > > not work, saying that the .pm file cannot be found in @INC (@INC > includes your same stuff c:\perl\lib\ c:\perl\site\lib\ c:/perl/lib/). > I've checked c:\perl\lib and perl\site\lib and I do not find the > files. Where might PPM be putting these files and can I specify

Re: Need help parsing time

2002-05-16 Thread Trevor Joerges
I believe it is bundled with TimeDate. Cheers, Trevor - Original Message - From: "Barta, Hank" <[EMAIL PROTECTED]> To: "'Trevor Joerges'" <[EMAIL PROTECTED]>; "'Wechsler, Steven'" <[EMAIL PROTECTED]> Cc: "'activeperl'" <[EMAIL PROTECTED]> Sent: Thursday, May 16, 2002 4:36 PM Subject: RE:

perl modules not working

2002-05-16 Thread Jason DeWitt
 am working on a Win2k server with IIS5 with the latest version of Active Perl. I've never really had any problems with it before. But now my wife is tired of using blogger.com and wants to move to moveable type. I need to install some modules, so I go to the server run ppm and install them.

RE: Need help parsing time

2002-05-16 Thread Barta, Hank
How do I get this module? PPM Cannot find Time::Zone (Time-Zone) to install. A Search on Time turns up TimeDate but when I type 'describe TimeDate' at the PPM> prompt, it disavows any knowledge of the 'describe' command. thanks, hank -- Hank Barta At The Hull Group, Chicago (312) 655-4636 --

Re: Need help parsing time

2002-05-16 Thread Trevor Joerges
How about using... Time::Zone Kind regards, Trevor J. Joerges $_=q;rrUSFWPSZK.ZKPFSHFT,rkvtuZbopuifsZQZibdl rrqpxfsfeZcyZQ,,riuuq://xxx.%.dpn,ru~@%.dpn ,rrr8-) ;;s;\~;kpfshft;g;s;\%;tfoenjnf;g;y;B-x;A-w;; s;P;perl;g;s;,;\n;g;s;Y; ;g;s;q;\t;g;print; --

[ml] net::snmp

2002-05-16 Thread Moti A. Landes
> > > hi, > > > i am having difficulties in sending a trap to syslog server. > > > can someone please help me out ? > > > here is the script i am writing: > > > it is not doing anythng of coursethere is no errors. > > > thanks > > > > > > > > > > > > > > > use strict; > > > use warnings; > > >