Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^2: Dereference inside a regex

by tobias_hofer (Friar)
on Jun 07, 2013 at 15:56 UTC ( [id://1037692]=note: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1037692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-20 01:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found