Help for this page

Select Code to Download


  1. or download this
    >perl -e"while ($x) {  if ($y) { } } elsif ($z) { } }"
    syntax error at -e line 1, near "} elsif"
    ...
    >perl -e"while ($x) {  if ($y) { } elsif ($z) { } }"
    
    >