Child pages
  • Perl Scripting

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • command line Perl (perl -de 1| perl -ne '...' f1 f2... | perl -pi.bak -e '...' f1 f2 ...)
  • secure temporary files (File::Temp qw/tempfile/; ) - install libfile-temp-perl package
  • advanced finding with File::Find
  • command line options with Getopt::Long

...