Store multi-dimensions array for use in latter form?

S

shareparadise

I didnt realize that I get the reference of the array, not the array
itself (so stupid I am), anyway I got it working now:

$table = eval $temp or die "eval of $temp failed with $@";
# Try to print out some sample data
for ($i=0; $i<13; $i++){
for ($j=0; $j<7;$j++){
print ($table->[$i]->[$j]);
print (" ---- ");
}
print ("<br>");
}
 
S

shareparadise

Oh, and I forgot to say "thanks" to each and everyone tried to help me!
It's been great help and I learned a lot! Greatly appreciated!
 
A

anno4000

@anno4000: I prefer not to store to file, but I'll definetely check it
out right now.

What makes you think you have to? Storable gives you strings if you
want.

Anno
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top