in reply to Re: Search for file using element of path as file name
in thread Search for file using element of path as file name

Huh? Actually, nowhere in this post did I use the < or > symbols. Please refer to "page source" if your browser supports it. I HAVE been using tags to display code, again as evidenced by my post. Please tell me what's wrong with the way it is displayed, and I will happily change my evil ways.
  • Comment on RE: Re: Search for file using element of path as file name

Replies are listed 'Best First'.
RE: RE: Re: Search for file using element of path as file name
by tye (Sage) on Aug 28, 2000 at 07:13 UTC

    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")
      Thanks for pointing that out! I didn't notice that. But, that's what happens when you sit in front of a computer for 3 days straight, learning to program, learning Perl, writing a program for a sadistic boss! From now on: tags!