Guest_imported
New member
- Jan 1, 1970
- 0
Hi guys,
I created a search engine using perl.Everything else seems to be working a'ight, except for the fact that when I click on search, I'm taken to the results page a'ight but no results show up.
The following is a few lines of my code...I believe the error is coming from the basedir or baseurl...I'm using Windows 98...Someone please help me out:
#!E:\Perl\bin\Perl5.6.0.exe
$basedir = '/Inetpub/$baseurl = '@files = ('nl2/*.htm');
$title = "N/L Tech";
$title_url = '$search_url = '
Thanks
I created a search engine using perl.Everything else seems to be working a'ight, except for the fact that when I click on search, I'm taken to the results page a'ight but no results show up.
The following is a few lines of my code...I believe the error is coming from the basedir or baseurl...I'm using Windows 98...Someone please help me out:
#!E:\Perl\bin\Perl5.6.0.exe
$basedir = '/Inetpub/$baseurl = '@files = ('nl2/*.htm');
$title = "N/L Tech";
$title_url = '$search_url = '
Thanks