Help for this page

Select Code to Download


  1. or download this
        my $file_contents = do { local $/;  <$file_handle> };
    
  2. or download this
        my $file_contents = do { local $/;  <FILEHANDLE> };