Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Index or iterate - your choice

by jdporter (Paladin)
on Jan 27, 2021 at 14:29 UTC ( [id://11127519]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $segments = $elfFile->GetSegments();
    
    ...
        $segments->[$segIndex]->FileSize() or next;
        print $segments->[$segIndex]->Describe(head => 16, tail => 16, wid
    +th => 32)
    };
    
  2. or download this
    print $_->Describe(head => 16, tail => 16, width => 32)
         for grep $_->FileSize, @$segments;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (None)
    As of 2024-04-25 01:43 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found