>I wonder if this problem couldn't be solved with a proper combination of
>@ISA, SUPER::, NEXT::, and use delegation? (calling Damian... :-)
The problem I see is a bit of trickery would be necessary to get
static calls to the class to resolve to the appropriate method.
Using Schwern's DBI examp
nt to fix the problem, and not necessary.
.greg
--
Greg Williams, Cnation, (310) 228-6924
"Wow, no intel, no microsoft, sounds like a computer
that might... dare I say it... work!" -LHB
d published class APIs as that will
break your code (as it should) when class implementations change.
REFERENCES
RFC 172 - Precompiled Perl scripts.
Filter::decrypt
http://search.cpan.org/doc/PMQS/Filter-1.19/decrypt/decrypt.pm
.greg
--
Greg Williams| If you wish to live a life free from sorrow,
Cnation | think of what is going to happen as if it had
[EMAIL PROTECTED] | already happened.
On Thu, 28 Sep 2000, David L. Nicol wrote:
> First we create a virtual environment to load the package into, then we
> define the methods we wish to overload, then we define all the methods
> to pass through the args -- No, this is not needed at all, we can use ISA
> for that can't we!
>
>p
ception), I am at a loss of what
to do. Has anybody else experienced this problem (as detailed in the
RFC)? Does anybody else have an opinion on the proposal the RFC
makes? Any feedback is greatly appreciated.
Regards,
Greg
--
Greg Williams| If you wish to live a life free from sorrow,
Cnatio
gt;XML files are text files, as I said above, but even less than HTML
>are they meant to be read by humans. They are text files, because
>that allows experts (such as programmers) to more easily debug
>applications, and in emergencies, they can use a simple text editor
>to fix a bro
At 18:43 -0500 2000/10/02, David L. Nicol wrote:
>Hmm. C could be implemented in terms of the rfc 340 C like
>so:
>
> $scope_out_here = with;
> if ($ints) {
> with $scope_out_here {use integer}
> };
>
>C is about subroutine calls.
Interesting! I have a few questions (meandering thoug