in reply to Re^8: Need help with pagination
in thread Need help with pagination
You didn't mention what operating system and which Perl version you use, which makes it difficult to help.
Some subtle hints make me assume it's some Windows version and XAMPP. If that's the case, you need to look into your XAMPP configuration and documentation. And ISTR Apache can be configured to obey the shebang line under Windows, in which case it should contain something like(modify according to wherever your perl.exe is located)#!c:/xampp/perl/bin/perl.exe
|
|---|