[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Answer to previous question
Robert Threet wrote:
> while(<INPUT>) {
# I _think_ this will work... But I *haven't* tested it,
# and, I'm not very good with the join function, or with
# nested functions either, so... :-)
chomp $_;
print OUTPUT (join ('.', (reverse (split (/./, $_ ))))) ."\r\n";
> }
I think it's pretty cheesy to say "That won't work," without providing a
better example, and realizing that I'd done something I dislike, decided
to change it... :-)
Later,
William
--
William Underwood
wllmundrwd@charter.net
wllmundrwd@netscape.net
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.