A. Pagaltzis wrote:
* 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,

My 5 words...

use aka Name Really::Lond::Module::Name qw(foo bar baz)

--
Alberto Sim�es - Departamento de Inform�tica - Universidade do Minho
                    ,,__
           ..  ..   / o._)                   .---.
          /--'/--\  \-'||        .----.    .'     '.
         /        \_/ / |      .'      '..'         '-.
       .'\  \__\  __.'.'     .'          �-._
         )\ |  )\ |      _.'
        // \\ // \\
       ||_  \\|_  \\_             Perl Monger
   mrf '--' '--'' '--'            www.perl-hackers.net

Reply via email to