Bradpsu has asked for the wisdom of the Perl Monks concerning the following question:
All of a sudden I am unable to run any perl scripts. For example when I issue from a command prompt:
perl -e 0
I get the following:
perl -e 0
syntax error at -e line 1, near "0"
Execution of -e aborted due to compilation errors.
All programs also crash at the first command. Has anyone ever experienced this?
perl -e 0
I get the following:
perl -e 0
syntax error at -e line 1, near "0"
Execution of -e aborted due to compilation errors.
All programs also crash at the first command. Has anyone ever experienced this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl compilation errors
by earthboundmisfit (Chaplain) on Sep 13, 2001 at 00:28 UTC | |
by Bradpsu (Initiate) on Sep 13, 2001 at 00:43 UTC | |
by nardo (Friar) on Sep 13, 2001 at 01:10 UTC | |
Re: Perl compilation errors
by chromatic (Archbishop) on Sep 13, 2001 at 01:13 UTC | |
Re: Perl compilation errors
by earthboundmisfit (Chaplain) on Sep 13, 2001 at 18:33 UTC |
Back to
Seekers of Perl Wisdom