Help for this page
package main; # mixin use IO::File qw(whatever); ... use EtCetera; 1;
package Everything; sub import { ... } or die $@; } 1;