On Jul 26, 2004, at 12:26 AM, Rich Morin wrote:
#!/usr/bin/env perl -wl
Looking in the Camel, I'm not sure what the -l flag is supposed to be doing for you. You're not using it with -n or -p, so it isn't auto-chomping the input lines; you didn't give it an argument, so it isn't changing the output line terminator. So, what's it for?
It adds a newline after each print().
-Ken