Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
    while( read( $F, my $record, $length ) ){
        # do something with $record
    }
    
  2. or download this
    my $c = 'some_scalar_data';
    
    ...
        no bytes;
    
    }