my $rc = system "perl", "anotherscript.pl", "foo", "bar", "baz"; $rc >>= 8; print $rc; # "37" Alternatively, you can use backticks``to run an actual command at the command line and capture the standard output from that command. In scalar context the entire output is returne...
www.dbjr.com.cn/tools/pe...html 2025-6-14