OK here We go I have a script
sub mydata {
while (<DTA>) {
chomp;
my ($data)= split(/\t/,$_,2);
}
}
close(DTA);
#miles down
open (DTA, "/MYPATH/dat.txt");
mydata;
print " <a href=http://www.myserver.com/mydatapage.html>
is there a way to make...
I had the same trouble on win 2000 Pro I went to control panel,Administrative Tools, Internet information Services, Right clicked on Defult web Site, selected Home dir tab
selected Configuration press add for Extension I put .cgi
and as My .pl was I set Executable is C:\Perl\bin\perl.exe...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.