[briandfoy/perlfaq] c25e0c: perlfaq8: How can I do an atexit() or setjmp()/lon...
[email protected] Thu, 17 Jun 2010 11:28:31 -0700
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
Branch: refs/heads/master
Home: http://github.com/briandfoy/perlfaq
Commit: c25e0cb64c09bb60411c77a38776fe7764accec9
http://github.com/briandfoy/perlfaq/commit/c25e0cb64c09bb60411c77a38776fe7764accec9
Author: brian d foy <[email protected]>
Date: 2010-06-17 (Thu, 17 Jun 2010)
Changed paths:
M perlfaq8.pod
Log Message:
-----------
perlfaq8: How can I do an atexit() or setjmp()/longjmp()? (Exception handling)
+ remove reference to old exception.pl library
+ mention Try::Tiny
+ various formatting clean ups
Commit: b0444a9f0ab355f19ac9bb8920a7ef0f35d925e5
http://github.com/briandfoy/perlfaq/commit/b0444a9f0ab355f19ac9bb8920a7ef0f35d925e5
Author: brian d foy <[email protected]>
Date: 2010-06-17 (Thu, 17 Jun 2010)
Changed paths:
M perlfaq8.pod
Log Message:
-----------
perlfaq8: Add local::lib references to a couple answers
+ How do I add a directory to my include path (@INC) at runtime?
+ How do I add the directory my program lives in to the module/library search path?
+ How do I keep my own module/library directory?