zoo_music_girl: (Default)
zoo_music_girl ([personal profile] zoo_music_girl) wrote2005-07-06 09:56 am

Perl

My God, I'm posting to LJ and I'm still working!

I know there are a few Perl programmers reading this, do any of you know of any good web based training resources for a beginner to it? She's not new to programming, although she is inexperienced.

Thanks in advance.
ext_16733: (inquisition)

[identity profile] akicif.livejournal.com 2005-07-06 09:11 am (UTC)(link)
I'd look at the (oldish) tutorial by Nik Silver(?) at Leeds, and then poke around places like webmonkey or w3schools for cgi-y stuff and some of the linux-y sites for the rest.

Having tried to check the URLs for the above, I think I'd maybe just point you at the surprising amount of stuff available through just sticking "perl tutorial" (sans quotes) into Google.

Oh, and John English's <url:http://burks.brighton.ac.uk> still has a bunch of stuff you can use/download from online, even if you can't buy the CD anymore: he has links to many language tutorials.

[Disclaimer: not a perl programmer; barely a programmer these days]

[identity profile] zoo-music-girl.livejournal.com 2005-07-06 09:15 am (UTC)(link)
Thanks. I have googled lots, but there's a bewildering variety of stuff out there. I did find www.perl.org though, which looks useful.

[identity profile] incy.livejournal.com 2005-07-06 09:11 am (UTC)(link)
I would strongly advise getting the o'rielly learning perl book
http://www.amazon.co.uk/exec/obidos/ASIN/0596001320/qid=1120640903/sr=8-1/ref=sr_8_xs_ap_i1_xgl/026-6509660-2595656

a good online starting place is
http://www.perl.org
lots of links to a lot of perl resources (onlice doc is good).
Personally I like
http://www.cs.cf.ac.uk/Dave/PERL/perl_caller.html
but there are lots of good places.

[identity profile] zoo-music-girl.livejournal.com 2005-07-06 09:17 am (UTC)(link)
Thanks for those. I actually found perl.org myself and I've sent that to her.

Cheers for the other links.

[identity profile] aca.livejournal.com 2005-07-06 09:20 am (UTC)(link)
Seconded on the book front, Learning Perl is a top book, great intro to the language.

[identity profile] aca.livejournal.com 2005-07-06 09:14 am (UTC)(link)
learn.perl.org would be a good place to start hunting, should have plenty of resources. I've also liked webmonkey's tutorials, but that's just web based stuff, so may not be the type of Perl you're looking for.

[identity profile] zoo-music-girl.livejournal.com 2005-07-06 09:16 am (UTC)(link)
Found learn.perl.org thanks!

It's web based stuff I'm looking for! Is this the site you mean? http://webmonkey.wired.com/webmonkey/

[identity profile] aca.livejournal.com 2005-07-06 09:18 am (UTC)(link)
Aye, that's the fella. Not too indepth but an easily accessable starting point for sure.