Help for this page

Select Code to Download


  1. or download this
    $line = <IN>;
    
  2. or download this
    @lines = <IN>;
    
  3. or download this
    open IN, "file";
    print <IN>;
    
  4. or download this
    use File::Slurp;
    print read_file("file");