Jeff 'japhy' Pinyan wrote:
> On Aug 12, Dan Muey said:
> 
> > Perhaps it'd be better to use my $var = ''; and then export the
> > variable on request instead, that way it will work with 5.005_03.
> 
> I don't mean to start up a fire-storm, but it IS technically possible
> to export lexically scoped variables.

You can do it by defining your own sub import, but is there a way using just
Exporter functionality?

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to