At 10:42 AM 11/29/00 +0000, Nick Ing-Simmons wrote: >Dan Sugalski <[EMAIL PROTECTED]> writes: > >At 07:03 PM 11/28/00 +0000, Tom Hughes wrote: > >>In message <[EMAIL PROTECTED]> > >> Dan Sugalski <[EMAIL PROTECTED]> wrote: > >> > >> > The third parameter is the flags parameter, and it's optional. If > omitted > >> > or set to PERL_CHAR_SOURCE, the second parameter is treated as a > standard > >> > null-terminated string. If set to PERL_COUNTED_SOURCE, the second > parameter > >> > is treated as if it points to a stream of bytes, where the first > four are > >> > the length of the source to be read followed by the source. If set to > >> > PERL_FILE_SOURCE it's assumed to be a FILE *, while if set to > >FILE * is not a good idea. PerlIO * is fine. The problem with that is we're potentially getting the filehandle from something that isn't perl. Or so my thinking went at the time. Right now I'm thinkng that I need to rethink things. Dan --------------------------------------"it's like this"------------------- Dan Sugalski even samurai [EMAIL PROTECTED] have teddy bears and even teddy bears get drunk
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser piece Tom Hughes
- Re: The external interface for the parser piece Jarkko Hietaniemi
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser p... Jarkko Hietaniemi
- Re: The external interface for the pars... Jarkko Hietaniemi
- Re: The external interface for the pars... Dan Sugalski
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser piece Tom Hughes
- Re: The external interface for the parser piece Nick Ing-Simmons
- Re: The external interface for the parser p... Dan Sugalski
- Re: The external interface for the pars... Tom Hughes
- Re: The external interface for the... Nick Ing-Simmons
- Re: The external interface for the pars... Nicholas Clark
- Re: The external interface for the... Chaim Frenkel
- Re: The external interface for the... Dan Sugalski
- Re: The external interface for the parser piece Tim Jenness
- Re: The external interface for the parser piece Dan Sugalski
- Re: The external interface for the parser piece Nicholas Clark
- Re: The external interface for the parser p... Dan Sugalski
- Re: The external interface for the pars... Nicholas Clark