RE: Confused about supplying command line arguments and using @ARGV

2004-06-04 Thread Larry Wissink
y' Pinyan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 03, 2004 5:30 AM To: Larry Wissink Cc: [EMAIL PROTECTED] Subject: Re: Confused about supplying command line arguments and using @ARGV On Jun 2, Larry Wissink said: >I want to supply the name of a file on the command line when executing

Confused about supplying command line arguments and using @ARGV

2004-06-03 Thread Larry Wissink
Hi, I thought this would be simple... I want to supply the name of a file on the command line when executing a script. Unfortunately, I'm getting an error that says that @ARGV is uninitialized. How do you initialize @ARGV? How do you specify command line arguments? I'm using Windows XP, ac

Finding missing numbers in sequence

2004-05-13 Thread Larry Wissink
I have a problem that I thought would be perfect for Perl, except that I seem to be using all my system resources to run it. Of course this probably means I'm doing it the wrong way... The problem: We have a backup server that is missing records from the production server for a particular tab

Filling out forms on the web. (completed).

2003-03-20 Thread Larry Wissink
e anyone wanted to see it, here it is. Again, thanks for the suggestions. Larry Wissink. This script retrieves the login page. I pipe this to a file from the command line: c:\do_get.pl > befree_login.html #perl use strict; use LWP; use HTTP::Cookies; my $browser; my $webpage; $webpa

Filling out forms on the web.

2003-03-20 Thread Larry Wissink
ification (or amusement) of others. Again, any insight will be greatly appreciated. Sincerely, Larry Wissink [EMAIL PROTECTED] This script retrieves the login page. I pipe this to a file from the command line: c:\do_get.pl > befree_login.html #perl use strict; use LWP; use HTTP::Cookies; my $