- or download this
print;
- or download this
package Foo;
use OI qw(oi);
...
my => [ qw ($foo $bar)],
our => [ qw ($pkg_var1 $pkg_var2 ) ],
);
- or download this
package Foo;
use strict;
...
# outside in code here
};
- or download this
package Foo;
use OI qw(oi);
...
my $sub = oi(in => 'example.html')
$sub->('page title', 'header line');
- or download this
package Foo;
use OI qw(AUTOLOAD oi);
use strict;
example('page title', 'header line');