thor has asked for the wisdom of the Perl Monks concerning the following question:
Also, while I'm at it, I'd like the corresponding perl code to be able to emulate the core readline function in so far as to be able to distinguish between scalar and array context.char * rdw_read(FILE * input_file)
thanks in advance,
thor
p.s. In case anyone was wondering, I'm trying to write code to deal with files that have rdw's in them.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Returning undef from XS code
by Zaxo (Archbishop) on Aug 21, 2003 at 04:22 UTC | |
|
Re: Returning undef from XS code
by edan (Curate) on Aug 21, 2003 at 07:13 UTC | |
|
Re: Returning undef from XS code
by Anonymous Monk on Aug 21, 2003 at 04:43 UTC | |
|
Re: Returning undef from XS code
by diotalevi (Canon) on Aug 21, 2003 at 13:56 UTC | |
|
Re: Returning undef from XS code
by thor (Priest) on Aug 21, 2003 at 15:40 UTC |