Help for this page

Select Code to Download


  1. or download this
    BEGIN { require 'strict.pm'; strict->import(); }
    
  2. or download this
    package AID;
    
    ...
    }
    
    1;
    
  3. or download this
    use AID;
    BEGIN { print 0+""; }
    print $x;
    
  4. 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.