Answer Posted / ankur
open FP,">","myfile.txt"
print FP "Hello World!!";
close FP;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is perl a case sensitive language?
Explain the internal working of cgi
what is the function of Return Value?
How will you declare a variable in perl?
What are some common methods to all handles in perl?
What does the qx{ } operator do?
Which guidelines by Perl modules must be followed?
Give an example of using the -n and -p option.
How do I replace every TAB character in a file with a comma?
What are some of the key features of objects in perl?
What are the steps involved in configuring a server using cgi programming?
Explain the functioning of conditional structures in perl.
How to print escaping characters inside a string in perl?
Can inheritance be used in perl?
How to check the status of airplane mode (enable/disable) in perl for Android mobile?