Oops, I think I have it backwards:
CDT = GMT - 5. MDT = GMT - 6. CST = GMT - 6. MST = GMT - 7.
So, today you should be 6 hours earlier than GMT. I wonder if it is a
problem with the way you have your TZ set.
Dirk Bremer - Systems Programmer II - ESS/AMS - NISC St. Peters
636-922-9158 ext. 8652
Stacy & Bill
Thanks for your help.
Reddy
-Original Message-
From: Stacy Doss [mailto:SDoss@;hifn.com]
Sent: Wednesday, October 23, 2002 12:46 AM
To: '$Bill Luebkert'; Reddy Kankanala
Cc: [EMAIL PROTECTED]
Subject: RE: what is this expr doing exactly?
Actually not a typo-
Subs a path
I ran your code here in CDT:
58 52 10 23 9 102 3 295 1
Local: Wed Oct 23 10:52:58 2002
GMT: Wed Oct 23 15:52:58 2002
CDT = GMT - 6. MDT = GMT - 7. CST = GMT - 5. MST = GMT - 6. It looks to me
that the culprit is gmtime, it is not taking into account the daylight
savings time offset.
Dirk Breme
Ok, localtime() has always done what I expected in the past, but on my
win2k machine(and 3 others I have tested), it doesn't.
Under win2k this
print "TZ = $ENV{TZ}\n";
@time = localtime();
print "@time\n";
print "Local: " . scalar localtime() . "\n";
print " GMT: " . scalar gmtime() . "\n";
On Wed, 23 Oct 2002, [ISO-8859-1] Torbjørn Lindahl wrote:
> Hi, my problem:
>
> I am parsing a html page looking for table-tags.
>
> The Treebuilder has a look_down function:
>
> $tree->look_down("_tag","table");#lists all tables in the html
>
> $tree->look_down("_tag","table",
> "width","17
David Kaufman wrote:
"Stephen Gray" <[EMAIL PROTECTED]> wrote:
Is there a favourite Perl IDE for Win 95... or are there too many to have a
defined winner ??
I'm just getting into Perl, so I just need the basics... also, code will
only be executed on Windows. Interested in exploring how perl i
I have a boggle.
IIS 5/Perl cgi script
I have:
- Created a virtual directory which points back to the IIS
server via UNC (this triggers the running process to allow network operations
off the server as a side effect)
- NTFS Secured the directory to a select list of users
- Enable
You can download Komodo 1.1 from
http://downloads.activestate.com/Komodo/Windows/1.1/
Click on the Komodo-1.1.2-23917.msi
I haven't checked to see if it's free or not
Cheers
Joao
MIT / SLoan
I'm not sure if Komodo 1.1 is totaly free !!! I think it's free for student
and class
Solli
De: [EMAIL PROTECTED] em 23/10/2002 09:19
EST
Para:"'David Kaufman'" <[EMAIL PROTECTED]>
[EMAIL PROTECTED]
Stephen Gray <[EMAIL PROTECTED]>
cc:
Assunto: RE: Perl IDE..
Title: RE: Perl IDE..
I also found that PrimalScript is a good Perl editor =)
-Original Message-
From: Joao Vieira da Cunha [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 23, 2002 9:23 AM
To: [EMAIL PROTECTED]
Subject: Re: Perl IDE..
I've been using the OpenPerl IDE from Sour
I've been using the OpenPerl IDE from SourceForge. It's not Komodo, but if
you're just getting into perl, it's a good first step.
http://open-perl-ide.sourceforge.net/
Joao
MIT / Sloan
At 10:16 23/10/2002 -0400, you wrote:
"Stephen Gray" <[EMAIL PROTECTED]> wrote:
> Is there a favourite Perl I
Title: RE: Perl IDE..
Komodo 1.1 is free!!! =) I'll see if I can find my download of it and then I'll send out a link to where u can download it =)
-Original Message-
From: David Kaufman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 23, 2002 9:17 AM
To: [EMAIL PROTECTED]; Stephe
"Stephen Gray" <[EMAIL PROTECTED]> wrote:
> Is there a favourite Perl IDE for Win 95... or are there too many to have a
> defined winner ??
>
> I'm just getting into Perl, so I just need the basics... also, code will
> only be executed on Windows. Interested in exploring how perl interacts
> wit
> -Original Message-
> From: Stovall, Adrian M. [mailto:Adrian.Stovall@;durez.com]
> Sent: Wednesday, October 23, 2002 9:51 AM
> To: perl-win32-users
> Subject: RE: Can't access from Command Line
>
>
> How about "The First Annual Improvisational Perl Contest"...
Announcer> Welcome to the
Hi all,
I have been given roughly 150 shares that are located on different servers
that must be totally removed
1) The share must be removed from the system
2) I have to get the size of the folder/Share
3) I have to delete the folder and all its contents
I am using Win32::Lanman to get the
How about "The First Annual Improvisational Perl Contest"...
-Original Message-
From: Tillman, James [mailto:JamesTillman@;fdle.state.fl.us]
Sent: Wednesday, October 23, 2002 6:06 AM
To: perl-win32-users
Subject: RE: Can't access from Command Line
Actually, I think this would be an "ext
Is there a favourite Perl IDE for Win 95... or are there too many to have a
defined winner ??
I'm just getting into Perl, so I just need the basics... also, code will
only be executed on Windows. Interested in exploring how perl interacts
with the o/s and ole.
Thanks.
sg.
Stephen Gray
Web Ap
If you look under your Activestate install, there's an
Eg/tk directory. Run Widget.bat
I think you'll find it has more than ample to keep you busy.
-Original Message-
From: Beckett Richard-qswi266 [mailto:Richard.Beckett@;motorola.com]
Sent: Wednesday, October 23, 2002 3:33 AM
To: Per
Without knowing whether there is data in $password, it's hard to say
what the problem is. Your error message seems to point to the line
comparing $data and $password, so the best test would be to print out
these two values before that line.
print "\$password=$password\n";
print "\$data=$data\n";
At 09:32 2002-10-23 +0100, Beckett Richard-qswi266 wrote:
Does anyone have, or can point me to a script that has a GUI front end that
I can pull apart and play with?
If you want to use Win32::GUI as the GUI toolkit, this is a useful repost
from the win32-gui-users list:
-
In the source di
At 09:32 23/10/2002 +0100, Beckett Richard-qswi266
<[EMAIL PROTECTED]> wrote:
Guys,
I want to be able to have a GUI front end on my script, but I'm finding it
all a bit complicated.
I think that the best way to learn this stuff is to start with a script
that's not too complicated, and see how th
Hi, my problem:
I am parsing a html page looking for table-tags.
The Treebuilder has a look_down function:
$tree->look_down("_tag","table");#lists all tables in the html
$tree->look_down("_tag","table",
"width","170");#lists all tables in the html with width 170
However, how can I list
22 matches
Mail list logo