in reply to help needed in encoding

From Encoding docs: "$octets = encode(ENCODING, $string [, CHECK])". Your parameters are in the wrong order.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: help needed in encoding
by uva (Sexton) on Mar 17, 2006 at 12:29 UTC
    Thanks for everyone ,
    now its working, previously i misordered the parameters.