veState.comcc: "'activeperl'"
<[EMAIL PROTECTED]>
> 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
iveperl'" <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 4:36 PM
Subject: RE: Need help parsing time
: 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&g
Chicago
(312) 655-4636
-Original Message-
From: Trevor Joerges [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 16, 2002 3:11 PM
To: Barta, Hank; 'Wechsler, Steven'
Cc: 'activeperl'
Subject: Re: Need help parsing time
How about using...
;
- Original Message -
From: "Barta, Hank" <[EMAIL PROTECTED]>
To: "'Wechsler, Steven'" <[EMAIL PROTECTED]>
Cc: "'activeperl'" <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 8:08