The following opcodes return 'PerlUndef' on failure, instead of 'Undef' or null.
open, socket, fdopen, dlfunc, dlvar, find_global
The following documentation refers to Perl (but the code doesn't seem to back it up)
join
(see also #32545)
Patch attached that changes all these to Undef.
--
Brent 'Dax' Royal-Gordon <br...@brentdax.com>
Perl and Parrot hacker
There is no cabal.
>> The following opcodes return 'PerlUndef' on failure, instead of
>> 'Undef' or null.
>>
>> open, socket, fdopen, dlfunc, dlvar, find_global
> Patch attached that changes all these to Undef.
Thanks, applied.
leo