in reply to opening files
Note it's much better to use the multi-argument form of system. See perldoc -f system.($in_filename, $out_filename) = @ARGV; $out_filename = $in_filename if ( !($out_filename) ); for my $num (1..20) { system ("platon", "-c", "$in_filename$num.txt") +}
Makeshifts last the longest.
|
|---|