[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Perl
Hello, I tried to execute perl script but with no success. Perl 5.003
Line number: Text ............................
117: if (! defined ($ENV{'XXX'})) {
118: print "YYY\n";
119: exit;
120: }
............................
It says:
syntax error at ./Install line 119, near "exit"
Execution of ./Install aborted due to compilation errors.
I tried to write
119: exit 0;
with no success.
Thank you in advance
Michael
Michael Strelnikov
E-Mail: michaels@sapir.makash.ac.il
Shaar Hanegev Educational Campus
Follow-Ups:
- Re: Perl
- From: Evgeny Stambulchik <fnevgeny@plasma-gate.weizmann.ac.il>
- Re: Perl
- From: Stas Bekman <sbekman@iil.intel.com>