in reply to Re: Reading and writing to files
in thread Reading and writing to files
In the fourth line, you don't have to use #@daily (or whatever that operator is that returns the index of the last element)?my @daily = do { local @ARGV = "daily.txt"; <> }; my @monthly = do { local @ARGV = "monthly.txt"; <> };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Reading and writing to files: Debrief Question
by cmburns (Acolyte) on Aug 09, 2000 at 17:10 UTC |