Jim Gibson wrote:
At 10:59 PM -0400 3/31/10, Vincent Cannavale wrote:
You should have the following at the beginning of your program so Perl
will help you find the errors:
use strict;
use warnings;
#open a text file for reading, since opening for writing wipes the file
open(INFILE, "
You s
At 10:59 PM -0400 3/31/10, Vincent Cannavale wrote:
You should have the following at the beginning of your program so
Perl will help you find the errors:
use strict;
use warnings;
#open a text file for reading, since opening for writing wipes the file
open(INFILE, "
You should use the 3-arg