Help for this page

Select Code to Download


  1. or download this
    my $line = <FILE>;   # read the next line
    print $line;
    
  2. or download this
    print scalar <FILE>;    # read the next line and print it