open(FILE, "$data_file") || die("Could not open file: $!"); @param=; close; foreach $line(@param){ chomp ($line); print "



The current list of the parameter $line
\n"; my $i="$line.txt"; my $new_param="/data/aww/cgi-bin/$i"; #for each line represents a parameter and for each parameter I open coresponding text file with it's values print "\n"; print "
\n"; print ""; } #### State Code Server