Monday, December 20, 2010

How To Use Perl In XAMPP

For using perl in xampp, you need to:
#1. type your source code in text editor with .pl extension, because there's no interactive mode.
#2. type
    C:\xampp\perl\bin\>perl sourcefile.pl

No comments:

Post a Comment