Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Method call to tied hash leads to file read error

by blokhead (Monsignor)
on May 28, 2003 at 16:43 UTC ( [id://261365]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print $obj2->{$_} for (qw|my_method|);
    
  2. or download this
        while (<IN>) {
    
  3. or download this
        while (defined($_ = <IN>)) {
    

Log In?
Username:
Password:

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

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

    No recent polls found