Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can I test Perl scripts on another machine instead of having to always upload them first?

Machine Perl scripts Test upload
0
Posted

Can I test Perl scripts on another machine instead of having to always upload them first?

0

Yes, so long as you aren’t doing anything in the script that is platform specific (meaning things that one operating system can do that others can’t). You will want to make sure that you have directories set up the same way as on the server or you’ll have to change any directory paths in the script to reflect the directory structure on the server before uploading. If you are using Windows 95/98/NT/2000, you can find “Perl for Win32” at ActiveState. For Mac users, get “MacPerl” or “MPW tool” at The MacPerl Pages. Most Unix systems come with Perl built in (an most Unix users already know about Perl anyway). If you need Perl for Unix, go to Perl Mongers and look there. You can use Perl with most web servers, including Personal Web Server for Windows 95/98/NT/2000 or Apache for Unix or Windows. It’s a good idea to set up a small server on your PC to test with before uploading to ProHosting.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123