WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.4 KiB

  1. WareLogging, SourceCode. See also PerlSix, PerlCode.
  2. = useful things =
  3. * [http://www.perlmonks.org/?node_id=27443 Checking to see if a particular module is installed]
  4. * [http://sedition.com/perl/perl-shell.html Fake Perl Shell]
  5. * PerlForLoop
  6. * [http://perl.apache.org/docs/2.0/user/coding/coding.html#Request_localized_Globals mod_perl: Request localized globals] - keep in mind that you might need to apply this to .pm files as well as .pl files.
  7. * [http://www.perldoc.com/perl5.6/lib/Term/ReadKey.html Term::ReadKey] - grab single keypresses from a terminal.
  8. * [http://aspn.activestate.com/ASPN/docs/ActivePerl-5.6/lib/Pod/perlipc.html#signals Signal trapping.]
  9. * [http://www.perldoc.com/perl5.6/lib/Term/ReadLine.html Term::ReadLine]
  10. * [http://www.linux-mag.com/downloads/2003-09/power/escape_sequences.html ANSI escape sequences]
  11. * [http://omaha.pm.org/emails/2003/msg00176.html Get a file's timestamp.]
  12. * BookLogging: [http://hop.perl.plover.com/ Higher-Order Perl]
  13. * http://c2.com/cgi/wiki?PerlLanguage
  14. = fragments =
  15. Don't forget about "our".
  16. stevey: [http://www.cabochon.com/~stevey/blog-rants/tour-de-babel.html Tour de Babel]:
  17. :Now you can't read a book or tutorial or PowerPoint on Perl without spending at least a third of your time learning about "references", which are Larry's pathetic, broken, Goldbergian fix for his list-flattening insanity.
  18. Yegge is not wrong here.