Answer Posted / shri
Open(FH,">>File.log");
print FH "Hello";
Close FH;
| Is This Answer Correct ? | 3 Yes | 8 No |
Post New Answer View All Answers
How to open a directory in perl?
Explain substr function in perl?
What are different data types that perl supports. Elaborate on them.
What is grep used for in perl?
When do you use perl programming?
What is the purpose of _package_ literal?
What are the functions that can be performed using cgi program?
What does a die() function do in perl?
Which has highest precedence in between list and terms? Explain?
Why do you use Perl?
Is perl a case sensitive language?
What is the use of -n and -p options?
Explain '->' in perl?
Explain USE and REQUIREMENT statements?
How to close a directory in perl?