Perl: How To Write Or Use A Text File In PERLTo Write a line to a new text file ? eg :- open(FILE,">text.dat")
|| die "Can\\'t Create file" ; *Note : *Note : The above
lines can still be reduced to :- Here "&&" represents AND. |
| FEATURED WEB TEMPLATES |
|
|
PHP Training
Zend Cert Training
Zend Certified Engineer
Zend PHP Pro
Perl: How To Write Or Use A Text File In PERLTo Write a line to a new text file ? eg :- open(FILE,">text.dat")
|| die "Can\\'t Create file" ; *Note : *Note : The above
lines can still be reduced to :- Here "&&" represents AND. |