in reply to RE: Re: Search for file using element of path as file name
in thread Search for file using element of path as file name
Did you read your own posting? It contained this:
"Enter date of config file using : "; chomp ( $date_cfg = );
If you didn't use < nor > then your code is seriously broken and won't even compile. It seemed clear that your second line was originally something like:
chomp ( $date_cfg = <STDIN> );
And having such things stripped is only one consequence of you ignoring simple instructions. Try the "d/l code" link under your posting. It doesn't download any code, does it? I was quite specific in mentioning <code> and </code> tags. I'm sorry I didn't take the time to explain in detail why I recommended what I did.
- tye (but my friends call me "Tye")
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: Search for file using element of path as file name
by Limo (Scribe) on Aug 28, 2000 at 07:34 UTC |