Help for this page

Select Code to Download


  1. or download this
    package Utl;
    require 5.006_001;
    ...
    );
    
    ### more utilities follow...
    
  2. or download this
    my $file = $Utl::slurp{to_scalar}->( $filename );
    
    ## or for an array...
    
    my @file = $Utl::slurp{to_array}->( $filename );
    
  3. or download this
    .