README
Phaser-ATEXIT
Simple implementation of ATEXIT for Perl 6.
use Phaser::ATEXIT;
ATEXIT { say "This will be run last" }
ATEXIT { say "This will be run in the middle" }
say "This will be run first";
Simple implementation of ATEXIT for Perl 6.
use Phaser::ATEXIT;
ATEXIT { say "This will be run last" }
ATEXIT { say "This will be run in the middle" }
say "This will be run first";
Resoures
Learning
The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.