Help for this page

Select Code to Download


  1. or download this
    package Test;
    package main;
    print "it works\n" if Test->UNIVERSAL::can('can');
    print "it works\n" if Test->SUPER::can('can');