The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678 package UtilPackage;use Exporter qw( import );our @EXPORT = qw( path );sub path { "OK" }1;
package
UtilPackage;
use
Exporter
qw( import )
;
our
@EXPORT
=
qw( path )
sub
path {
"OK"
}
1;