Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Changing data within a matrix

by kelan (Deacon)
on Feb 11, 2004 at 22:26 UTC ( [id://328405]=note: print w/replies, xml ) Need Help??


in reply to Changing data within a matrix

The reason $matrix[i][0] didn't work is because you forgot the $ in front of i. Try it this way:

$matrix[$i][0] = undef;
strict or warnings would have tipped you off to this one.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://328405]
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 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found