- or download this
# RETURNS: ( $stdout, $stderr ) Both are refs to an array of lines.
sub OSexecute {
...
return ( \@stdout, \@stderr );
}
- or download this
{
my $file_name;
...
print("\n", "\n");
}
}
- or download this
c:\tinyfile.txt
===============
...
c:\biggfile.txt
===============
*** HANGS ***
- or download this
# RETURNS: ( $stdout, $stderr ) Both are refs to an array of lines.
sub OSexecute {
...
return ( \@stdout, \@stderr );
}