Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Array - Reading frame problem

by jdporter (Paladin)
on Jul 16, 2005 at 13:46 UTC ( [id://475449]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Array - Reading frame problem
in thread Array - Reading frame problem

If what you mean is you want the array equivalent of substr, it's array slices. (splice looks similar to substr syntactically, but is different in that it's destructive of the source array.)
@frame2 = @sequence[ 1 .. $#sequence ];
The module Tie::OffsetArray could probably be used cleverly for this kind of frame-related problem.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 16:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found