Page is a not externally linkable
- Code, Content, and Presentation
-- Perl Server Side CGI Scripting
---- CGI displays Perl Script


lappert2001 - 8:49 pm on Feb 28, 2012 (gmt 0)


I tried both. Here's the top (not all) of srch.cgi:

!/usr/bin/perl
# srch.pl
$|=1;
#require("cgi-lib.pl");
#use CGI;
#use CGI qw(:cgi-lib);
use CGI qw(:cgi-lib :standard);
print &PrintHeader;
# &ReadParse;
CGI::ReadParse();
$delm="\t";
#########enter file names here
@file=("aaa.txt","bbb.txt","ccc.txt","ddd.txt","eee.txt","fff.txt","ggg.txt","hhh.txt");
#########


Thread source:: http://www.webmasterworld.com/perl/4422787.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com