Slick wrote: > I have a couple of questions. > > What is a good starter perl book to learn perl. > > Secondly, I am kinda having trouble assimilating all the perl information. I > want to know ways that you all remember the format of a script as well as the > main items that are normally use. I know about the Scalars (word for a word > with $ used. $a=2), Array (several items @b= (1, 2, 3). I am just having > problems figuring out when and where they would be used and to a point > reading a script.
Remembering comes with practise. And remembering that if you have a difficult task to do, somebody else has done it before. See http:///search.cpan.org/ > > Hope you don't mind my questions. Just trying to compliment my A+ skills, > trying to be a IT tech and that would help for system administration (how I > don't know yet, cause I am still learning) Don't mind questions. (Do mind replies without thought. Leads to argument beyond the original question. Search Google for "Burnt Camel Club" :) -- Just my 0.00000002 million dollars worth, Shawn Programming is as much about organization and communication as it is about coding. I like Perl; it's the only language where you can bless your thingy. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/