in reply to Re^2: Library file or module for sharing code?
in thread Library file or module for sharing code?
@EXPORT_OK just says that it's "okay to export", but it doesn't actually do the exporting automatically. For that you'd want the @EXPORT array, though I don't necessarily recommend using it. Here's a good article on exporting. (Annoying pop-ups though.)use Common qw(get_uppercase);
|
|---|