> 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
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
> 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
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:
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.
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
--
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;
--
> > > 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;
> > >