Jeff Pang wrote: > Raja Vadlamudi: >> John W. Krahn: >>> Using a typeglob copy: [...] >>> *real_long_func = *really_long_function_name_i_do_not_like_to_type; >> >> Or you might just want to use typeglob for only sub-routine. >> *real_long_fund = \& really_long_function_name_i_do_not_like_to_type; > > or use an alias to the alias: > *real_long_fund = *really_long_function_name_i_do_not_like_to_type;
You are echoing what John wrote. Raja's reply was a specialisation of that. -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/