> "Chas" == Chas Owens <[EMAIL PROTECTED]> writes:
Chas> Can this be modified to "Don't use prototypes until Perl 6"?
I consider Perl6 an entirely different language, so I'm speaking
on a Perl5 list, not a Perl6 list.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777
On Jan 20, 2006, at 15:11, Randal L. Schwartz wrote:
""Gavin" == "Gavin Bowlby" <[EMAIL PROTECTED]> writes:
"Gavin> I'm having problems trying to get Perl function prototype
checking
"Gavin> working correctly.
Don't use prototypes. Ever.
Well, you're permitted to use prototypes once you
Can this be modified to "Don't use prototypes until Perl 6"?
On 20 Jan 2006 06:11:28 -0800, Randal L. Schwartz wrote:
> > ""Gavin" == "Gavin Bowlby" <[EMAIL PROTECTED]> writes:
>
> "Gavin> I'm having problems trying to get Perl function prototype checking
> "Gavin> working correctly.
>
> Don'
> ""Gavin" == "Gavin Bowlby" <[EMAIL PROTECTED]> writes:
"Gavin> I'm having problems trying to get Perl function prototype checking
"Gavin> working correctly.
Don't use prototypes. Ever.
Well, you're permitted to use prototypes once you understand exactly
why I say "Don't use prototypes. E
Hello Gavin
Gavin Bowlby am Freitag, 20. Januar 2006 01.43:
[...]
> I probably wasn't clear in my original posting, the problem I'm having
> is that the code sample I gave *does* compile successfully,
I don't think so, because you try to use packages that are not declared.
> without
> errors.
at's
what I'm looking for.
Thanks again for your help,
Gavin
-Original Message-
From: Jimmy [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 19, 2006 4:14 PM
To: Gavin Bowlby; beginners@perl.org
Subject: Re: problems with subroutine prototype checking
- Original Message
- Original Message -
From: "Gavin Bowlby" <[EMAIL PROTECTED]>
To:
Sent: Friday, January 20, 2006 7:57 AM
Subject: problems with subroutine prototype checking
b.pm:
# You may want to add this :
package b;
require Exporter;
our @ISA = qw/Exporter;
our @EXPORT qw/b_function/;
if you don