http://qs321.pair.com?node_id=269460


in reply to perlrun -0777 option

`perldoc open'
perl -Mopen=:utf8 ...

 
______crazyinsomniac_____________________________
Of all the things I've lost, I miss my mind the most.
perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;"

Replies are listed 'Best First'.
Re: Re: perlrun -0777 option
by John M. Dlugosz (Monsignor) on Jun 29, 2003 at 18:24 UTC
    perl -Mopen
    Thanks, that is nice and elegant (no new option necessary).

    —John