NAME

Bleach - For really clean programs

SYNOPSIS

use Bleach;

print "Hello world";

DESCRIPTION

The first time you run a program under use Bleach, the module removes all the unsightly printable characters from your source file. The code continues to work exactly as it did before, but now it looks like this:

use Bleach;
										     
				
				  
						
				
			
		 
		 
				  
				   
							
			     
					
							
					
				 
			  
					
					 
				
				 
   

DIAGNOSTICS

Can't bleach '%s'

Bleach could not access the source file to modify it.

Can't rebleach '%s'

Bleach could not access the source file to execute it.

AUTHOR

Damian Conway (as if you couldn't guess)

COPYRIGHT

  Copyright (c) 2001, Damian Conway. All Rights Reserved.
This module is free software. It may be used, redistributed
and/or modified under the terms of the Perl Artistic License
    (see http://www.perl.com/perl/misc/Artistic.html)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 68:

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