Help for this page

Select Code to Download


  1. or download this
    sub some_abstract_method {
      __abstract($_[0], caller);
    ...
      my $func = (caller 1)[3];
      die "$func is abstract; in $file line $line\n";
    }