Learningone
Technical User
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=
is there a way to make mydata; print up and link to the set page?
sub mydata {
while (<DTA>) {
chomp;
my ($data)= split(/\t/,$_,2);
}
}
close(DTA);
#miles down
open (DTA, "/MYPATH/dat.txt"
mydata;
print " <a href=
is there a way to make mydata; print up and link to the set page?