Help for this page

Select Code to Download


  1. or download this
    Prototype mismatch: sub CrashDump::dumpsys::CDUMP_MAGIC vs () at
            CrashDump/blib/lib/CrashDump/dumpsys.pm line 114 (#1)   
        (S unsafe) The subroutine being declared or defined had previously
    + been declared
        or defined with a different function prototype.
    
  2. or download this
        {
            no strict 'refs';
    ...
                *$AUTOLOAD = sub { $val };
            }
        }