META6::Query
META6::Query
Useful subs for interacting with META6-compliant directory structures.
To get the root directory relative to the current file, you would use
use META6::Query;
my $root-dir = META6::Query::root-dir $?FILE;
Useful subs for interacting with META6-compliant directory structures.
To get the root directory relative to the current file, you would use
use META6::Query;
my $root-dir = META6::Query::root-dir $?FILE;
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.