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
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
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
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
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 $