- or download this
% extprog >big.data
% myperl big.data
- or download this
open(CMDREAD, "$program $args |")
or die "ERROR in executing $program $args: $!\n";
...
# do something with $_
}
close (CMDREAD);
- or download this
$foo = $bar + 1 unless $moon->phase < 0.2;