in reply to Re: string parsing
in thread string parsing
DATA is special in that it remains open if your script has an __END__ token or your module has a __DATA__ token. It isn't so special that you can't use it like a regular file handle if you want to.
The above code should work unaltered (as others have already reported).
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: (tye)Re: string parsing
by mirod (Canon) on Apr 11, 2001 at 22:00 UTC |