Help for this page

Select Code to Download


  1. or download this
    {
       package OtherModule;
    ...
       no warnings;
       OtherModule->routine();
    }
    
  2. or download this
    Argument "a" isn't numeric in addition (+) at 602580.pl line 4.
    
  3. or download this
    {
       package OtherModule;
    ...
       local $^W = 0;
       OtherModule->routine();
    }
    
  4. or download this
    Argument "a" isn't numeric in addition (+) at 602580.pl line 4.