Of course you can...
sub really_long_function_name_i_do_not_like_to_type {return 'data';}
sub short_func { return really_long_function_name_i_do_not_like_to_type(); }
Should do the trick,
Rob
On Wed, Aug 27, 2008 at 8:44 PM, Ryan <[EMAIL PROTECTED]> wrote:
> given:
>
> sub really_long_function_name_i_do_not_like_to_type {return 'data';}
>
> can I create some kind of alias, like real_long_func ?
>
> how?
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> http://learn.perl.org/
>
>
>