Help for this page

Select Code to Download


  1. or download this
         while ( <$input> ) { 
             chomp; 
             my @row = split;
             #stuff
         }
    
  2. or download this
         $_ -> methodcall() for @objects;