Help for this page

Select Code to Download


  1. or download this
    sub AnalyseMapFile {
        my $self                  = shift;
    ...
                #Get module information
                my($Code, $CodeData, $ROData, $RWData, $ZIData, $Debug, $O
    +bjName) =
                split(/\s/,$MapFile->[$iterator]);
    
  2. or download this
    Use of uninitialized value in regexp compilation at
        D:/_Debug/Project/profile_ARM.pm line 104 (#1)
    ...
        program.  For example, "that $foo" is usually optimized into "that
    + "
        . $foo, and the warning will refer to the concatenation (.) operat
    +or,
        even though there is no . in your program.