Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD
    {
    ...
        die "Can't call $m on $self" unless defined($sub);
        goto &$sub;
    }