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