in reply to How do I use Perl?

start reading the documentation that perl offers to you:
$ perldoc
or may be start reading "Learning Perl" written by merlyn

Hopes
$_=$,=q,\,@4O,,s,^$,$\,,s,s,^,b9,s, $_^=q,$\^-]!,,print

Replies are listed 'Best First'.
Re: Re: How do I use Perl?
by perrin (Chancellor) on May 16, 2002 at 22:24 UTC
    Definitely pick up a copy of Learning Perl. I've seen several people learn from that book successfully.