Help for this page
$VAR = TEMP_VAR open (FILE,"<", "file.txt") or die $!; while (<FILE>) { ... eval(print "$_\n"); } close (FILE);