Help for this page
while (<FILE>) { $file_data=<FILE>; }
while( $file_data = <FILE> ) { }
my ( $file_data ) = <FILE>;