Name: Anonymous 2006-07-13 19:58
no, the parser fucking blows.
you can't do this:
print $fds[$i] "Perl sucks\n";
even if $fds[$i] is a valid fd. because either Perl's
parser sucks, or Perl's grammar sucks.
you can't do this:
print $fds[$i] "Perl sucks\n";
even if $fds[$i] is a valid fd. because either Perl's
parser sucks, or Perl's grammar sucks.