Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: returning tied array

by nobull (Friar)
on Jan 07, 2007 at 13:54 UTC ( [id://593394]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    TieVariable(\my @array); ### Pos1
    print "### Initialization finished\n";
    ...
       tie @$array, 'Tie::Excel::Array';
       $array->[$_] = 5 * $_ for 0..5;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 10:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found