in reply to Re^3: Using perl to script an upload page
in thread Using perl to script an upload page

Note that none of the other alternatives you have mentioned are in core either, which is fine by me. Just download what you want to use and then use it - don't worry about what is bundled in

Good advice for scripts but for modules I always try to use core modules or modules that most people have installed if possible unless there is a real necessity to use other things. I do sometimes wonder if some of the modules on CPAN really need all the dependencies they install.

  • Comment on Re^4: Using perl to script an upload page

Replies are listed 'Best First'.
Re^5: Using perl to script an upload page
by hippo (Archbishop) on Feb 05, 2023 at 12:18 UTC