The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

unbleach.pl - For really unclean programs

SYNOPSIS

unbleach.pl [file]

DESCRIPTION

This script will replace all the unsighted unprintable characters bleached out of your source file by Acme::Bleach.

And turn it into directive with elegant (perhaps) ASCII perl code.

It also removes the use bleach line when it rewrites the source code. The code continues to work exactly as it did before, but now looks like normal!

DIAGNOSTICS

Can't get '%s'

unbleach.pl could not read the source file.

'%s' is not bleached!

unbleach.pl will only process files that have been previously bleached and have the expected format.

Can't dry '%s'

unbleach.pl could not open the source file to modify it.

SEE ALSO

http://www.cpan.org/authors/id/DCONWAY/Acme-Bleach-1.12.tar.gz http://www.perlmonks.com

AUTHOR

not Damian Conway (as if you couldn't guess)

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 35:

'=item' outside of any '=over'

Around line 48:

You forgot a '=back' before '=head1'