Help for this page

Select Code to Download


  1. or download this
    use ChunkReader;
    
    ...
    {
        print "$chunk\n****************\n";
    }
    
  2. or download this
    package ChunkReader;
    
    ...
    }
    
    1;
    
  3. or download this
    use ChunkReader;
    
    ...
    {
        print "$_****************\n";
    }
    
  4. or download this
    package ChunkReader;
    
    ...
    1;
    
    __END__