- or download this
BEGIN { require 'strict.pm'; strict->import(); }
- or download this
package AID;
...
}
1;
- or download this
use AID;
BEGIN { print 0+""; }
print $x;
- or download this
Argument "" isn't numeric in addition (+) at - line 2.
Global symbol "$x" requires explicit package name at - line 3.
Execution of - aborted due to compilation errors.