# html form value # filename taken from the above form value, used in # an open for read, later, perhaps, in an open for writing $file = $INPUT{'efile'}; ... open (DAT,"<$path/data/$file");