The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
12345 BEGIN { $| = 1; print "1..1\n"; }END {print "not ok 1\n" unless $loaded;}use Proc::Daemon;$loaded = 1;print "ok 1\n";
BEGIN { $| = 1;
print
"1..1\n"
; }
END {
"not ok 1\n"
unless
$loaded
;}
use
Proc::Daemon;
= 1;
"ok 1\n"
;