Perl::Tidy Web Service

About

This tool uses perltidy
to format your code according to Perl Best Practices.

Use it

There are a couple of ways you can use this. Each of these ways assume
that you have libwwwperl installed (LWP). If you want to use SSL,
you will need to make sure that Crypt::SSLeay is installed and change HTTP to HTTPS accordingly.

Command line Howto


lwp-request -m POST http://perlster.com/tools/perltidy/service.pl < your_script_or_module

VIM Howto

Throw this in your .vimrc:

map <F4> :%! lwp-request -m POST http://perlster.com/tools/perltidy/service.pl<CR>

Emacs Howto

TBD

Try it out

PBP Formatting
GNU Formatting