Help for this page

Select Code to Download


  1. or download this
    sub UNIVERSAL::AUTOLOAD {
      print STDERR "[[@_]]";
    ...
    
    package main;
    Jouke::Foo->whatever_method();
    
  2. or download this
    D:\TESTS\tperl>perl -w autocr.pl
    [[Jouke::Foo]]