[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Answer to previous question



Robert Threet wrote:
<snip>
> while(<INPUT>) {
>     $line = $_;
>     $rev_line = reverse($line);   # Will it work on
> scalars?
>     print OUTPUT $rev_line;
> }
That won't work, as it's not what he asked for.  He wanted reversed
octets, not reversed characters...

William

-- 
William Underwood
wllmundrwd@charter.net
wllmundrwd@netscape.net

-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.