1 2 3 4 5 6 7
package class_discard; # $Id$ sub new { bless {}, "class_discard" } sub AUTOLOAD { } 1;