- or download this
use strict;
use warnings;
...
}
print calc($_), "\t$_\n" for @ARGV;
- or download this
use strict;
use warnings;
...
print calc($test), $/;
unlink $test;
- or download this
use strict;
use warnings;
...
close $out;
print calc('test.deleteme'), $/;