Help for this page

Select Code to Download


  1. or download this
    [C:/TEMP] perl -MO=Deparse not_encrypted.pl
    print "hello world\n";
    ...
    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.
    
  2. or download this
        /* Check for the presence of the Perl Compiler */
        if (gv_stashpvn("B", 1, FALSE))
            croak("Aborting, Compiler detected") ;