On the other hand, there's nothing that forbids you from creating wrappers which you can export. Adding to my previous code:
@EXPORT_OK = qw/get_bar/; sub get_bar { my $var = shift; # your $blosxom::header hashref bar($var, @_); }
In reply to Re^3: Module provides both of functional interface and object-oriented one
by Anonymous Monk
in thread Module provides both of functional interface and object-oriented one
by anazawa
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |