Help for this page

Select Code to Download


  1. or download this
    use IO::Handle;
    open (my $fh, '<', $FILE) or die $!;
    
    # then simply call method from IO::Handle
    $fh->getline();