Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^4: Multidimensional arrays

by Bod (Parson)
on Jun 06, 2023 at 17:12 UTC ( [id://11152662]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Multidimensional arrays
in thread Multidimensional arrays

Not something you should use normally. Probably not even worth remembering, but you already did

I remembered them because I have a bit of legacy code that produces them from an HTTP file upload...

$file{$fileid, 'filename'}; $file{$fileid, 'content'};

I don't use it for new stuff but there is quite a bit of existing code that still uses so I have to deal with it on occasion. I am guessing that's what I read that shouldn't be used now rather than multidimensional arrays.

Replies are listed 'Best First'.
Re^5: Multidimensional arrays
by ablanke (Prior) on Jun 06, 2023 at 22:51 UTC

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found