Help for this page

Select Code to Download


  1. or download this
      $self->@File = <FILE>;
    
  2. or download this
       $self->{file} = [ <FILE> ];
    
  3. or download this
      foreach my $line (@{ $self->{file} }) {
          print $line;
      }