Help for this page
sub readfile { local $/="" unless wantarray; return open(FS, shift) ? <FS> : undef; }
defined($slurp = &readfile($file)) or die "Could not open $file: $!\n" +; print "Scalar 'slurp' now has ", length $slurp, " characters in it\n"; defined(@slurp = &readfile($file)) or die "Could not open $file: $!\n" +; print "Array 'slurp' now has ", $#slurp, " elements in it.\n";
www.com | www.net | www.org
No recent polls found