* Jenda Krynicky <[EMAIL PROTECTED]> [2005-01-05 01:28]:
> Has anyone ever seen a module with a space in the name? If not
> we might just as well use
> 
>       use aka 'Really::Long::Module::Name as MName' qw(foo bar baz);

How about this?

    use aka [ 'Really::Long::Module::Name' => 'Name' ] qw( foo bar baz );

Regards,
-- 
#Aristotle
*AUTOLOAD=*_;sub _{s/(.*)::(.*)/print$2,(",$\/"," ")[defined wantarray]/e;$1}
&Just->another->Perl->hacker;

Reply via email to