|
User since: |
Sep 24, 2001 at 13:21 UTC
(23 years ago) |
Last here: |
Jul 03, 2012 at 11:29 UTC
(12 years ago) |
Experience: |
1520
|
Level: | Hermit (10) |
Writeups: |
68
|
Location: | Stockholm, Sweden |
User's localtime: |
Sep 18, 2024 at 22:03 UTC
|
Scratchpad: |
View
|
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.
|