Help for this page

Select Code to Download


  1. or download this
    Windows98 (Perl 5.6.1) outputs this:
    
    ...
    Read_three got: This is line number 3
    Writing line 4
    Broken pipe
    
  2. or download this
    # First file ==================================
    #!/usr/bin/perl
    ...
      last unless defined (my $line = <>);
      warn "Read_three got: $line";
    }