Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Unable to save changes using IO::File

by Aristotle (Chancellor)
on Sep 07, 2002 at 04:51 UTC ( [id://195837]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<$FRAME_FILE>) {
        s/$change_on/$change_off/g;
    }
    
  2. or download this
    s/$change_on/$change_off/g while <$FRAME_FILE>;
  3. or download this
    if(s/$change_on/$change_off/) {
       ...
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (4)
As of 2024-04-26 08:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found