- or download this
sub file_processing {
$script = "/export/home/ssesar/Perl/another_script.pl -e";
...
close FILE1;
}
- or download this
$open = "$script $arg1 $file1";
open(FILE1, "$open |") or die "can't do it\n";
- or download this
$open = "$script $arg2 $file2";
open(FILE2, "$open |") or die "can't do it\n";
- or download this
@array1 = @_;
- or download this
@array2 = @_;