NAME

fixperl - Fix the -I line of a Perl script


SYNOPSIS

The -I switch to Perl tells it where to look for libraries and modules. In order to make it possible to install CGIBurn anywhere, this script modifies the -I line to point to where libraries are installed on all scripts that need CGIBurn libraries.

fixperl attempts to only fix Perl scripts, and only fixes the first line of them, to avoid making any messes it can avoid.

  fixperl [-qQh] [-d debug-level] [-t] script-names

  -q: Be quiet
  -Q: Be REALLY quiet (not implemented)
  -h: Print help message
  -d: Print debug messages at debug-level (not implemented)
  -t: Just print what -I line would have been used
  script-names: Names of scripts that should be edited


SEE ALSO

fixallperl, fixhipri, smartinstall perl(1).