> Message du 27/08/08 21:21
> De : "Raja Vadlamudi"
> A : "Perl Beginners"
> Copie à :
> Objet : Re: sub alias name
>
> 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;


Regards,
Jeff.

 Créez votre adresse électronique [EMAIL PROTECTED] 
 1 Go d'espace de stockage, anti-spam et anti-virus intégrés.

Reply via email to