将perl脚本中的值返回到批处理文件中

时间:2015-02-03 08:02:17

标签: perl

是否可以将perl脚本中的值(例如整数)返回到批处理或cmd文件中?

我这样想:

set RESULT=0
set COUNT=0

ascript.pl > %RESULT%

%COUNT% += %RESULT%

otherscript.pl > %RESULT%

%COUNT% += %RESULT%

0 个答案:

没有答案