Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: File editing problem

by gumby (Scribe)
on Jun 16, 2002 at 19:00 UTC ( [id://174949]=note: print w/replies, xml ) Need Help??


in reply to File editing problem

You should be using a tie'd hash.
tie %users, 'Tie::File', $datafile or die $!;

Replies are listed 'Best First'.
Re: Re: File editing problem
by r0b (Pilgrim) on Jun 16, 2002 at 19:05 UTC
    Just in case your wondering what tie is, check out this

    ~~rob
    ____________________________________________________________
    eval pack "h*", "072796e647022245d445f475454494c5e622b3";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-03-28 12:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found