Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    Foo::some_sub(4,5,6)
    
  2. or download this
    -*- mode: compilation; default-directory: "d:/tmp/pm/" -*-
    Compilation started at Wed Sep 29 12:33:29
    ...
            ];
    
    Compilation finished at Wed Sep 29 12:33:29
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    Foo::some_sub(4,5,6)
    
  4. or download this
    -*- mode: compilation; default-directory: "d:/tmp/pm/" -*-
    Compilation started at Wed Sep 29 12:37:45
    
    ...
    Use of inherited AUTOLOAD for non-method Foo::some_sub() is no longer 
    +allowed at d:/tmp/pm/universal_autoload.pl line 28.
    
    Compilation exited abnormally with code 255 at Wed Sep 29 12:37:45