Perl Tidings
Month:
May 2008
Perl One Line Programs
May 10, 2008
Add Comment
# run program, but with warnings perl -w my_file # run program under debugger perl -d my_file # just check syntax, with warnings perl -wc my_file # useful
[...]