简体   繁体   English

在Editplus中运行Perl

[英]Run Perl in Editplus

I have configured to execute perl in my editplus software and I am able to do that successfully, but the strange problem I am facing is, It takes 15 seconds of time to execute even if it is just 1 line script with a print statement . 我已经配置了在我的editplus软件中执行perl的能力,并且能够成功完成该任务,但是我面临的一个奇怪的问题是, 即使只是一个带有print语句的1行脚本,执行也需要15秒的时间 When I have tried to install the same version of active perl in other laptops, it doesn't take so much of time for execution. 当我尝试在其他笔记本电脑上安装相同版本的Active Perl时,执行时间不会花费太多时间。 I get the below output when I run the script 运行脚本时得到以下输出

Output completed (15 sec consumed) - Normal Termination

I have tried re-installing other versions etc but the problem persists. 我尝试重新安装其他版本,但问题仍然存在。

Please let me know if any of you have faced the same problem. 如果有人遇到同样的问题,请告诉我。

Editplus running a perl script runs excellently in the following environment: 运行perl脚本的Editplus在以下环境中运行良好:

  • Windows 7 Windows 7的
  • EditPlus version 3.70 EditPlus版本3.70
  • Perl version 5.14.2, 64bit Perl版本5.14.2、64位

The configuration for the user tool is: 用户工具的配置为:

  • Menu Text => Run Perl Script 菜单文本=>运行Perl脚本
  • Command => C:\\Perl64\\bin\\perl.exe 命令=> C:\\ Perl64 \\ bin \\ perl.exe
  • Argument => "$(FilePath)" 参数=>“ $(FilePath)”
  • I leave Initial directory blank 我将初始目录留空
  • Action => Capture output 动作=>捕获输出
  • Save => All open files 保存=>所有打开的文件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM