- or download this
use strict;
use warnings;
...
Foo::some_sub(4,5,6)
- 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
- or download this
use strict;
use warnings;
...
Foo::some_sub(4,5,6)
- 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