in reply to •Re: Re: Perl & C/C++
in thread Perl & C/C++
Just wondering... is there any specific reason why you use @ARGV and <>? Methinks it would be cleaner to just open() and close() the file. Also, this way you could choose not to die if the file doesn't exist (e.g. on Windows).
|
---|
Replies are listed 'Best First'. | |
---|---|
•Re: Re: Perl & C/C++
by merlyn (Sage) on Mar 29, 2003 at 17:02 UTC | |
by Aristotle (Chancellor) on Mar 30, 2003 at 23:58 UTC | |
by merlyn (Sage) on Mar 31, 2003 at 00:35 UTC |