NAME

fixallperl - Fix the -I line on all Perl scripts in directories.


SYNOPSIS

Runs the script fixperl on all files in the given directories.

  fixallperl [-I perl-I-line] [-qQ] [-d debug-level] [directories]

  -I: Replace -I command-line option to perl with perl-I-line
  -q: Do it quietly (passed on to F<fixperl>
  -Q: Do it VERY quietly (passed on to F<fixperl>)
  -d: Debug at level debug-level (passed on to F<fixperl>)
  directories: Search in these directories for Perl scripts to fix


SEE ALSO

fixperl, perl(1).