in reply to From bash to perl

You probably want to start with LWP to solve your ultimate problem, but take a trawl through the Tutorials section here first to get some of the background info. In particular yuou may find the Installing Modules section helpful.

Perl has pretty good documentation available using perldoc docname. perl (perldoc perl) provides a list of the documents available.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: From bash to perl
by paranoid times (Acolyte) on Nov 08, 2006 at 02:54 UTC
    I was poking around the tutorials a little earlier today. I think I was there with the wrong mind set though, as I was looking for an answer, more then information. I should probably take another look, just looking for more general stuff. I'll check into perldoc as well. Thank you.