Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    {
       open my $file, '>', $_ or die $!;
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    my $tempo = time;
    unlink 1..100000;
    print time - $tempo . "\n";
    
  3. or download this
    leonardo@bianconiglio:~/testfile$ ./crfile.pl
    leonardo@bianconiglio:~/testfile$ ./rmfile.pl
    12