#场景: 我使用py.exe,通过proc_open在python中执行代码。 例如: proc_open('py.exe file.py', $descriptorspec, $pipes, null, null) 我的python代码可以以未定义的顺序输入或输出。 例如: a = input('insert a value')
print(a) 或 print('Hello, this is a program!')
input('insert a value') #输出: 为了获得输出,我使用了fread。 #输入: 为了
我想从perl代码中执行python脚本。我希望将python输出保存到数组中,并从中获取一些数据。Python脚本将在磁盘中进行一些搜索,并找到我需要的文件。我将使用该输出,并在我的下一个脚本中播放它。
我写了一些代码
use strict;
use warnings;
use Getopt::Long;
my $opt_section;
my $opt_content;
my $opt_ver;
my $opt_help = 0;
&GetOptions (
"help" => \$opt_help,
"section:s"