in reply to Re: Sharing Namespaces
in thread Sharing Namespaces

Well, I understand how Exporter exports stuff from a module, but how would I basically, /import/ a namespace into another module? That's basically what I'm trying to figure out.

Sort of the reverse.

 

-justin simoni
skazat me

<script language="JavaScript" src="http://quotes.prolix.nu/cgi-bin/random_quote_js.pl"> </script>

Replies are listed 'Best First'.
Re^3: Sharing Namespaces
by Anonymous Monk on Jan 27, 2006 at 15:08 UTC
    A namespace is not a data structure, so you wouldn't want to do that :)