Scripting
>>
Perl
>>
What is the syntax for opening a file
1. open (filehandle, filename) where expr = "
filename" opens a file for write (creates new) ">>filename" opens a file for appending (preserve)
Please enable JavaScript to view the
comments powered by Disqus.