From the command line, how could I strip a Perl program of all of its white space, so that the file now contains only Perl code in one solid block (ie, one long string of code)? Whether it compiles or not is not important... Thanks.
Note: Any comments or POD should also be removed, along with the white space.