Log in / create account Page Discussion Edit History Go to the site toolbox

Markrh:PerlProgramming

From BluWiki

Contents

[edit] Quick Reference

  • Time Array
@tm = localtime(time)
  [0] = sec
  [1] = min
  [2] = hour
  [3] = mday
  [4] = month (0-11)
  [5] = year (current year minus 1900)
  [6] = wday
  [7] = isdst



[edit] External Links


[edit] Modules

[edit] Books

Learning Perl
A great introduction to the language. O'Reilly
Programming Perl (aka The Camel Book)
The bible. A must have reference. O'Reilly
Perl Cookbook
Lots of good examples. O'Reilly
Perl for Oracle DBAs
A pretty bad book, but Doug Bloebaum is listed in the Acknowledgments section O'Reilly


[edit] Cookbook


Markrh

Site Toolbox:

GNU Free Documentation License 1.2
This page was last modified on 13 January 2006, at 16:07. - This page has been accessed 2,425 times.
Disclaimers - About BluWiki