in reply to Re: perlrun -0777 option
in thread perlrun -0777 option

Because I want to do it with perl -pe. That is, the open, read, and print are all done in the stock set-up.

Replies are listed 'Best First'.
Re: Re: Re: perlrun -0777 option
by nevyn (Monk) on Jun 26, 2003 at 17:25 UTC
    So just do...
    perl -pe 'BEGIN { $/ = undef; } whatever'