[Date Prev][Date Next][Thread Prev][Thread Next]
[Search]
[Date Index]
[Thread Index]
Re: [MacPerl-AnyPerl] Subroutine Argument Placeholder
On 12/9/99 at 10:55 AM, richard.l.grubb@boeing.com (Richard L. Grubb) wrote:
> Oops. I was really wanting to be able to call a Perl subroutine with
> optional arguments specifically in the form
>
> &sub_foo(arg1,,arg3);
you could always do the following:
&sub_bar(arg1,NULL,arg3);
I guess it depends on how you are going to impliment it.
-joshua
==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org