export vs export_ok

Scott McWhirter sleepy_uk at hotmail.com
Wed Nov 14 16:12:37 CST 2001


hey all,

i'm currently writing a module hopefully for cpan. The module is basically 
one function &any.
I would like to just be able to say
use This::Thing;
and then run &any anywhere within that script. I have it working with 
@EXPORT but i know that cpan likes to use @EXPORT_OK but that requires a 
qw(..) thing beside the use part. And i'd rather get away with using plain 
"use This::Thing;"
Any ideas would be of great help.

thankyou!


--
-Scott McWhirter- | -kungfuftr-
PGP key id: 0x3C79CF1D


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




More information about the Belfast-pm mailing list