in reply to enabling wizards

The generalized stub could be

use Resource; my $exitcode = resource(isa => 'Program');

which when run the first time, would remind me that I haven't yet written any code and would guide me through the process, offering snippets I've previously written, etc...

;-)