Re: [FishMonger] read fields from the textfile without using any loop
[In reply to]
Can't Post
Quote
How can I drive my car to the store without driving on any roads?
I guess there are quite a few SUV addicts who would find this question completely reasonable ;-)
And of course, seeing programming as a sportive activity, we programmers know perfectly well: It is possible to enter any garden without using the garden door, and it is possible to write any program using only recursive functions and "if" (but no "else" please - "else" branches are for sissies).
Re: [rovf] read fields from the textfile without using any loop
[In reply to]
Can't Post
In Reply To
I guess there are quite a few SUV addicts who would find this question completely reasonable ;-)
I thought of that when I was posting, but since we programmers need to be picky and pay attention to minuet details, SUV's aren't cars. They are automobiles. :)
In Reply To
And of course, seeing programming as a sportive activity, we programmers know perfectly well: It is possible to enter any garden without using the garden door, and it is possible to write any program using only recursive functions and "if" (but no "else" please - "else" branches are for sissies).
Re: [histrung] read fields from the textfile without using any loop
[In reply to]
Can't Post
This is part of the syntax for "non-capturing parenthesis" I need parenthesis to make {3} refer to the right things, but did not want their contents in the results. Refer: (?:pattern) in perldoc perlre. Good Luck, Bill