> Did you know that Perl has built-in idioms to handle multiple file > manipulation: > > #!/usr/bin/perl
Small nitpick, but one that irks me very much: please keep this portable #!/usr/bin/env perl %ls -laod /usr/bin/perl ls: /usr/bin/perl: No such file or directory %ls -laod /usr/local/bin/perl -rwxr-xr-x 2 root wheel - 4616 Oct 7 16:57:11 2010 /usr/local/bin/perl* -- Eitan Adler -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
