MacPerl FTP.pm/warnings.pm errors
[email protected] (Martijn Houtman) Fri, 27 May 2005 11:59:20 +0200
| Newsgroups | perl.macperl |
|---|---|
| Message-ID | <[email protected]> |
Hello list,
I am experiencing a problem using macperl on OS9.2.2. I have a script that=
=20
includes Net::FTP and uploads a file to an FTP server. This used to work ju=
st=20
fine, but since two days I receive the following error:
# syntax error, near "{^"
=46ile 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl =C5=B8:lib:warning=
s.pm';
Line 306
# syntax error, near "{^"
=46ile 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl =C5=B8:lib:warning=
s.pm';
Line 311
# BEGIN failed--compilation aborted.
=46ile 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl =C5=B8:lib:vars.pm=
'; Line
12
# BEGIN failed--compilation aborted.
=46ile 'Disdax Mirror HD:Applications (Mac OS 9):MacPerl =C5=B8:lib:Net:FTP=
=2Epm';
Line 14
# BEGIN failed--compilation aborted.
=46ile 'Disdax Mirror HD:Desktop Folder:Dachser:upload.pl'; Line 3
Line 3 is the "use Net::FTP;", obviously. As soon as I include FTP.pm this=
=20
error occurs. The script runs just fine on any other (Linux/OSX) machine, b=
ut=20
I really need it to run on OS9 (again). As far as I know nothing has change=
d=20
on the OS9, updating macperl (5.6.8r2) did not work.
With kind regards,
=2D-=20
Martijn Houtman.