Perl::Tidy

Parses and beautifies Perl source
Download

Perl::Tidy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Steve Hancock
  • Publisher web site:

Perl::Tidy Tags


Perl::Tidy Description

Perl::Tidy is a Perl module that makes the functionality of the perltidy utility available to perl scripts. Any or all of the input parameters may be omitted, in which case the @ARGV array will be used to provide input parameters as described in the perltidy(1) man page.SYNOPSIS use Perl::Tidy; Perl::Tidy::perltidy( source => $source, destination => $destination, stderr => $stderr, argv => $argv, perltidyrc => $perltidyrc, logfile => $logfile, errorfile => $errorfile, formatter => $formatter, # callback object (see below) dump_options => $dump_options, dump_options_type => $dump_options_type, prefilter => $prefilter_coderef, postfilter => $postfilter_coderef, );Product's homepage


Perl::Tidy Related Software