This is an archived low-energy page for bots and other anonmyous visitors.
Please sign up if you are a human and want to interact.
 |
| User since: |
Sep 24, 2001 at 09:21 UTC
(24 years ago) |
[Account disabled]
| Last here: |
Jul 03, 2012 at 07:29 UTC
(13 years ago) |
| Experience: |
1521
|
| Level: | Hermit (10) |
| Writeups: |
none
|
| Location: | n/a |
| User's localtime: |
Sep 19, 2025 at 15:19 UTC
|
| Scratchpad: |
None.
|
| For this user: | Search nodes |
|
A couple of modules I couldn't live without (well, almost):
File::Basename - Neat little module for picking apart a path/filename/suffix without having to do it with a regex.
File::Copy
- Nice to be able to copy and move files without having to resort to system() calls.
File::Path
- mkdir() doesn't make paths recursively, this does.
File::Slurp
- I don't write my own read_file() subs anymore. :-)
HTML::Template
- Fast and simple templating.
MIME::Lite
- Send multipart emails easily.
XML::Twig
- When the XML document is too large to slurp in all at once.
|