Compile the Perl program in Notepad ++ and run it directly.

Source: Internet
Author: User

Posted on Netease blog 17:26:00
I have been learning Perl recently. I have been using eclipse to writeProgramBut find the Perl plug-in on eclipse on the Internet. If the plug-in cannot be installed for half a day, use Notepad ++ to write it. It is a short program.
Later, I found a method on the Internet that can be configured in Notepad ++ to call Perl to execute the program being compiled.
Press F5 on the NP ++ interface to bring up the run box, and then enter
CMD/k c: \ Perl \ bin \ perl.exe "$ (full_current_path)" & Echo. & pause & Exit
Save it and then you can use it normally.
$ (Full_current_path) indicates the complete path of the current file.
Exit is to exit the cmd. exe program (command interpreter)

PAUSE Suspends processing of batch files and displays messages.
Echo. (or ECHO \) print the line feed.

Operation Method from --> http://blog.chinaunix.net/u3/118714/showart_2323655.html


I haven't read Perl for a while, and I haven't read that elementary book before. I have to read it now.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.