Help for this page
#!/usr/bin/perl use warnings; ... use Ugly (); puke('Where does it come from?');
package Ugly; ... } __PACKAGE__