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