PERL on XP?
Linux, Apache, MySQL, PHP
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i am new on PERL, i am using WAMP server for PHP. Its working fine. But i dont know how to get start with PERL. Is their any kind of debugger available and framework? Please let me know Special thanks
Sohail
-
Hi i am new on PERL, i am using WAMP server for PHP. Its working fine. But i dont know how to get start with PERL. Is their any kind of debugger available and framework? Please let me know Special thanks
Sohail
Perl has a debugger built in Enable the debugger with perl -d perlscript or modify the perlscript and add -d on the first line X @INC X $ARGV read a manual please for further hints
Thanks Guys/Girls