Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    my $paco = shift; # get first argument from @ARGV, or the command line
    +.
    unlink $paco;
    
  2. or download this
    Insecure dependency in unlink while running with -T switch at test.pl 
    +line 3
    
  3. or download this
    #!/usr/bin/perl -wT
    
  4. or download this
    open(FILE,$file) || die "Could not open $file because: $!";
    close(FILE) || die "Could not close $file because: $!";
    
  5. or download this
    $_.=($=+(6<<1));print(chr(my$a=$_));$^H=$_+$_;$_=$^H;
    print chr($_-39); # Easy but its ok.