Help for this page

Select Code to Download


  1. or download this
    % stephan@ape (/home/stephan/t0) %
    % echo 'just another perl hacker' > secret.txt
    ...
    .okay: got secret file! status = [0]
         1  just another perl hacker$
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print ".okay: got secret file! status = [$status]\n";
    -f $secret_file && print qx(cat -evnt $secret_file), "\n";
    
  3. or download this
    % stephan@ape (/home/stephan/t0) %
    % perl safe_unzip.px sesame safe1.zip
    ...
    **ERROR: unzip failed! status = [9] at safe_unzip.px line 18.