BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:
Given these compile options:
Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_IMPLICIT_SYS PERL_MALLOC_WRAP PL_OP_SLAB_ALLOC USE_64_BIT_I +NT USE_ITHREADS USE_LARGE_FILES USE_PERLIO Built under MSWin32
Can anyone tell me what function is being called here:
## perlio.c(592) v5.10.1 return (*tab->Dup)(aTHX_ PerlIO_allocate(aTHX), f, param, fla +gs);
And also, how did you track it down?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Hunt the func
by ikegami (Patriarch) on Mar 16, 2010 at 23:29 UTC |