Paul Johnson wrote:

On Wed, 2004-09-29 at 21:25, JupiterHost.Net wrote:

perl -l -00pe's/\n/\t/;s/\"//g;' FILENAME

$ perl -MO=Deparse -l00pe's/\n/\t/;s/\"//g' BEGIN { $/ = "\n"; $\ = "\000"; }

In your example you have removed the -0 switch so it is doing something completely different.



John -- use Perl; program fulfillment

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to