in reply to RE: RE: Re: peeking at the working interpreter
in thread peeking at the working interpreter
This is the code in the decrypt.xs template that cares for this:[C:/TEMP] perl -MO=Deparse not_encrypted.pl print "hello world\n"; ... [C:/TEMP] perl -MO=Deparse encrypted.pl Aborting, Compiler detected at d:/Claudio/Perl/lib/DynaLoader.pm line +219. Compilation failed in require at encriptado.pl line 1. BEGIN failed--compilation aborted at encriptado.pl line 1.
Thanks for the help!/* Check for the presence of the Perl Compiler */ if (gv_stashpvn("B", 1, FALSE)) croak("Aborting, Compiler detected") ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: (Deparse) peeking at the working interpreter
by t0mas (Priest) on Sep 06, 2000 at 20:18 UTC | |
by tye (Sage) on Sep 06, 2000 at 20:30 UTC |