- or download this
#!/usr/bin/perl --
package xyz;
require Exporter;
...
}
1;
__END__
- or download this
#!/usr/bin/perl --
package xyz;
...
our @safety = map { $_->[3] . ':' . $_->[0] } @products;
1;
__END__
- or download this
use Data::Dump qw/ dd/;
use xyz qw/ @safety /;;
...
];
($a, $a);
}
- or download this
Sherab_Inc::xyz
Sherab_LLC::products
...
MySherabApp::xyz
SherabApp::products
...