Joshua Hoblitt via RT writes:
Should this become a TODO item?
This code no longer crashes. Yes, make it a TODO that this should probably
throw an exception.
Leopold Toetsch <[EMAIL PROTECTED]> writes:
> > Causes a crash, instead of raising an exception.
>
> as probably any other IO opcode. Proper error handling for IO is much
> work and a lot of fun.
>
> Patches welcome.
These were things I wanted to do quite a while ago, but then I got a
new job,
Will Coleda <[EMAIL PROTECTED]> wrote:
> This rather dodgy bit of code
> .sub main
>$S0 = read $P1, 1
>end
> .end
> Causes a crash, instead of raising an exception.
as probably any other IO opcode. Proper error handling for IO is much
work and a lot of fun.
Patches welcome.
leo
# New Ticket Created by Will Coleda
# Please include the string: [perl #27969]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=27969 >
This rather dodgy bit of code
.sub main
$S0 = read $P1, 1
end
.end
Causes a cr