"The end of the script" is just part of the truth. It actually is "The end of a scope":
$ perl -MO=Deparse -e'print $a' print $a; -e syntax OK $ perl -MO=Deparse -e'{print $a}' { print $a; } -e syntax OK $ perl -MO=Deparse -e'{print $a}print $a' { print $a; } print $a; -e syntax OK
In reply to Re^3: Why is this script giving syntax errors?
by Tux
in thread Why is this script giving syntax errors?
by cspctec
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |