Help for this page

Select Code to Download


  1. or download this
    my $secret="(binary garbage here)";
    sub checkSecurity;
    ...
    } else {
        die "Insecure condition found, won't tell you the secret!\n";
    }
    
  2. or download this
    package DBIspy;
    
    ...
            die 'BROKEN';
    }
    1;
    
  3. or download this
    > perl -MDBIspy -E 'use DBI; DBI->connect("dbi:SQLite:","user","passwo
    +rd")'
    DBI
    ...
    BROKEN at DBIspy.pm line 12.
    
    >