Cool
when i double click on the file, it guess it run and close immediately. When I run by command line, it can display
D:\PERL>script.pl
content-type: text/html
Hello, Perl!
D:\PERL>
oh can you show me one simple example and how to run line by line in debug mode? by that way i can have a feel in my program. Thanks.
Main Topics
Browse All Topics





by: MikeHolcombPosted on 2009-11-06 at 15:44:23ID: 25764084
You'll want to insert your perl commands into a text file and save it with the .pl extension. For example, you could name the file script.pl.
When you're ready to run the script, simply double-click on the file in Windows Explorer or launch from a command line.
Hope this helps - and welcome to Perl!
Mike