Help for this page

Select Code to Download


  1. or download this
    BEGIN { our @ISA = qw(Pixie::Object); }
    
  2. or download this
                    # Do something more extreme?
                    my @attributes = eval "attributes::get(\\\&$class\::$k
    +ey)";
    ...
                    warn "$class already has a method $key; this will be u
    +sed instead of field access." .
                          " Attach attribute override to that method if yo
    +u would like to suppress this message."
                          unless grep(/^override/,@attributes);