
mona at szechuan
Sep 25, 1995, 1:22 PM
Post #1 of 2
(91 views)
Permalink
|
|
Problem running Perl 5.001m
|
|
Hi: I'm getting the following error from a perl script: Literal @dbaseversion now requires backslash at twdb_check.pl line 77, within string The line around 77: 75: open(DBASE, $ARGV[0]); 76: while (<DBASE>) { 77: m/^@@dbaseversion\s+(\d+)/ && do { 78: next if $1 == 4; 79: unlink($Temp, $Back); 80: die "$Database is version $1, and I only know how to update version 4!"; 81: }; I am new to Perl so don't be afraid to spell it out for me. Thanks! Mona Wong UCSD
|