Re: Unable to save changes using IO::File

2002-09-07 Thread John W. Krahn
Pelp wrote: > > Hi - Hello, > The problem is that I'm unable to save my changes after making > subsitutions, and I don't understand why. > > Here's the code. > > -- > > #!/usr/vendor/bin/perl > use strict; > use IO::File > > my $FRAME_FILE = new IO::File; > my $change_on = "FChangeBar Yes"

Re: Unable to save changes using IO::File

2002-09-07 Thread Bob Showalter
- Original Message - From: "pelp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 06, 2002 9:12 PM Subject: Unable to save changes using IO::File > Hi - > > The problem is that I'm unable to save my changes after making > s

Unable to save changes using IO::File

2002-09-07 Thread pelp
Hi - The problem is that I'm unable to save my changes after making subsitutions, and I don't understand why. Here's the code. -- #!/usr/vendor/bin/perl use strict; use IO::File my $FRAME_FILE = new IO::File; my $change_on = "FChangeBar Yes"; my $change_off = "FchangeBar No"; $FRAME_FILE -