The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345678910 BEGIN { print "1..1\n";}use File::Path;rmtree("./blib_test");mkdir("./blib_test", 0777) or print "not ok 1\n" && exit;print "ok 1\n";
BEGIN {
print
"1..1\n"
;
}
use
File::Path;
rmtree(
"./blib_test"
);
mkdir
(
, 0777) or
"not ok 1\n"
&&
exit
"ok 1\n"