• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Perl Programming

Josh123

Diamond Member
I'm currently looking for a free version of Perl to start to learn. I'm not looking for an Object Oriented version, just one with plain code I guess??? Also if you have any good tutorial websites please add the links.
 
Perl is perl, some of it is OOP and some isn't you can't really seperate them. And assuming you want perl for Windows you should look at ActivePerl from ActiveState.
 
my pleasure:

www.perlguru.com
www.perlmonks.org

http://faq.perl.org/

http://aspn.activestate.com/ASPN/Mail/ (perl mailing lists you can search, etc)

lots of Perl modules/code to be found here.
http://search.cpan.org/

perlfunc - Perl builtin functions
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Pod/perlfunc.html

perlvar - Perl predefined variables
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Pod/perlvar.html

Perl traps for the unwary
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Pod/perltrap.html

Perl security
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/lib/Pod/perlsec.html

http://www.google.com/search?&q=perl%20power%20tools

http://www.activestate.com/Products/Perl_Dev_Kit/

---------------------
google for:

free:
Roberts Perl Tutorial
Perl in 20 pages (Russell Quong)
Picking Up Perl (Bradley M. Kuhn.)
Introduction to Perl (University of Missouri - Columbia )

not free:
Perl CD Bookshelf (o'reilly)
Perl for System Administration (o'reilly)
------------------
 
Back
Top