HTML::TreeBuilder

2002-10-23 Thread Torbjørn Lindahl
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 all tables

Re: Gui rip off.

2002-10-23 Thread Sean Ahern
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

Re: Gui rip off.

2002-10-23 Thread Johan Lindstrom
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

RE: Logging in

2002-10-23 Thread Stovall, Adrian M.
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;

RE: Gui rip off.

2002-10-23 Thread Gould, Kevin
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:

Perl IDE..

2002-10-23 Thread Stephen Gray
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

RE: Can't access from Command Line

2002-10-23 Thread Stovall, Adrian M.
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

Deleting Shares/Folders Off A Remote Machine

2002-10-23 Thread Barlow, Neil
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

RE: Can't access from Command Line

2002-10-23 Thread Tillman, James
-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 First

Re: Perl IDE..

2002-10-23 Thread David Kaufman
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 with the

RE: Perl IDE..

2002-10-23 Thread FARRINGTON, RYAN
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];

Re: Perl IDE..

2002-10-23 Thread Joao Vieira da Cunha
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 IDE

RE: Perl IDE..

2002-10-23 Thread FARRINGTON, RYAN
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

RE: Perl IDE..

2002-10-23 Thread Joao Vieira da Cunha
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

Authenticated user retrieval when running under IIS Anonymous user

2002-10-23 Thread Gould, Kevin
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 - Enabled

Re: Perl IDE..

2002-10-23 Thread michael higgins
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

Re: HTML::TreeBuilder

2002-10-23 Thread Dougal Campbell
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,170);#lists all tables

when localtime isn't?

2002-10-23 Thread shurst
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; says

Re: when localtime isn't?

2002-10-23 Thread Dirk Bremer \(NISC\)
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

RE: what is this expr doing exactly?

2002-10-23 Thread Reddy Kankanala
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

Re: when localtime isn't?

2002-10-23 Thread Dirk Bremer \(NISC\)
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

Re: FW: Crypt::CBC w/Crypt-DES (small correction)

2002-10-23 Thread $Bill Luebkert
Toby Stuart wrote: see corrections below -Original Message- From: Toby Stuart [mailto:toby.stuart;figtreesys.com.au] Sent: Wednesday, October 23, 2002 3:35 PM To: '[EMAIL PROTECTED]' Subject: Crypt::CBC w/Crypt-DES Hi All, I'm trying to encrypt/decrypt a text file using Crypt::CBC

RE: Crypt::CBC w/Crypt-DES (small correction)

2002-10-23 Thread Toby Stuart
problem solved. thanks toby -Original Message- From: Toby Stuart [mailto:toby.stuart;figtreesys.com.au] Sent: Wednesday, October 23, 2002 3:41 PM To: '[EMAIL PROTECTED]' Subject: FW: Crypt::CBC w/Crypt-DES (small correction) see corrections below -Original Message-

RE: FW: Crypt::CBC w/Crypt-DES (small correction)

2002-10-23 Thread Toby Stuart
thanks $Bill, i had to add binmode on $ifh and $ofh (see below) to make it work -Original Message- From: $Bill Luebkert [mailto:dbe;wgn.net] Sent: Wednesday, October 23, 2002 4:56 PM To: Toby Stuart Cc: '[EMAIL PROTECTED]' Subject: Re: FW: Crypt::CBC w/Crypt-DES (small correction)

Re: FW: Crypt::CBC w/Crypt-DES (small correction)

2002-10-23 Thread $Bill Luebkert
Toby Stuart wrote: thanks $Bill, i had to add binmode on $ifh and $ofh (see below) to make it work Try this one: use strict; use Crypt::CBC; use IO::File; my $key = pack H16, 1122334455667788; my $cipher = new Crypt::CBC ($key, 'DES'); die Usage: perl $0 file-to-encrypt