[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: A common base exception object for Perl - RFC
Nick Ing-Simmons wrote:
> If C code just does what it does now all the way down to the
> hunk(s) that do(es) the longjmp() to actually "thow" the exception
> then we can just convert the string at that point into an object.
> Sounds very do-able
Yeah, that should be straightforward once I've sussed out how to create
an object in C. What I was thinking about was providing a call to allow
XS programmers to raise a non-default exception. Syntax really, given
C's limitations.
Pete
--
use Disclaimer::Standard;
my $phone='+44 1793 564450'; # "THIS IS THE COMPATIBILITY
my $fax='+44 1793 566918'; # POLICE. RESTORE YOUR ORIGINAL
my $mobile='+44 7973 725120'; # TOKE.C AND BACK AWAY SLOWLY."
- Follow-Ups from:
-
Nick Ing-Simmons <nik@tiuk.ti.com>
- References to:
-
"Redford, John" <John.Redford@fmr.com>
Pete Jordan <pjordan1@email.mot.com>
Stephen Zander <gibreel@pobox.com>
Pete Jordan <pjordan1@email.mot.com>
Nick Ing-Simmons <nick@ing-simmons.net>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]