Help for this page

Select Code to Download


  1. or download this
    use strict;
    package Foo;
    use isa qw(Bar);
    sub new { bless {},shift }
    
  2. or download this
    # file isa.pm
    package isa;
    ...
    
    42;