Welcome to the Monastery | |
PerlMonks |
Re^3: What's so wrong with this (dereferencing)code?by Anonymous Monk |
on Jun 26, 2024 at 18:07 UTC ( [id://11160222]=note: print w/replies, xml ) | Need Help?? |
POSIX docs warn that it imports everything by default, so either give it an import list, or give it an empty import list and fully qualify the functions:
Time::Piece docs say to use its version of strftime and strptime "without the overhead of the full POSIX extension".
In Section
Seekers of Perl Wisdom
|
|