in reply to Re: Is this safe to export and import functions this way? (:all)
in thread Is this safe to export and import functions this way?
But I am of course not saying it is a good idea to do that.$ perl -e ' use strict; use warnings; use My::Package (keys %My::Package::); # test("hello world\n"); test_2("hello this is dog"); ' hello world hello this is dog
|
|---|