Help for this page

Select Code to Download


  1. or download this
    {
      package IAmNotInYourIsa;
    ...
    
    My::CGI->isa('IAmNotInYourIsa');    # false
    My::CGI->does('IAmNotInYourIsa');   # true!
    
  2. or download this
    with 'Ask::API';