in reply to multiple-choice selects
So I looked up the 'close' command in the "Programming Perl" book by Wall, Christiansen, and Schwartz - it saws to use close like this:close<FILE>;
You can also find perldocs on the 'close' function by doingclose FILE;
at a command prompt. I'm not at all sure what 'close<FILE>' really does.perldoc -f close
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: multiple-choice selects
by Grygonos (Chaplain) on Oct 23, 2003 at 17:03 UTC |