Help for this page

Select Code to Download


  1. or download this
    CHECK {
        die unless __PACKAGE__ -> can ("paint");
    }
    
  2. or download this
    use Class:Trait qw /paint/;