Help for this page

Select Code to Download


  1. or download this
    i solved the problem by using
    
    open (FH_SECOND,"<",\$second_file) or die $!; 
    
    but can i use the declaration $line_second=<FH_SECOND>; to save the a 
    +line in the variable line_second
    
  2. or download this
    open (FH_SECOND, "<", $second_file) or die $!;