Help for this page

Select Code to Download


  1. or download this
    package SomeClass;
    
    ...
    }
    
    #... rest of code
    
  2. or download this
    my $f = SomeClass->new ("somefile");
    my @f = <$f>; #here I get only one line instead of all