Help for this page

Select Code to Download


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