- or download this
use strict;
use warnings;
...
print STDOUT $hash{"key"} . "\n";
exit 0;
- or download this
package Library;
...
);
1;
- or download this
package Library2;
use strict;
...
{
return "Hello embedded library";
}
- or download this
package Library;
use strict;
...
);
1;