sub EVALFILE
Documentation for sub EVALFILE
assembled from the following types:
class routines
From routines
(routines) sub EVALFILE
Defined as:
sub EVALFILE( where Blob|Cool, : = 'perl6')
Slurps the specified file and evaluates it. Behaves the same way as EVAL
with regard to Blob decoding, scoping, and the $lang
parameter. Evaluates to the value produced by the final statement in the file.
EVALFILE "foo.p6";