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
Differentiate between use and require, my and local, for and foreach and exec and system
“Perl regular expressions match the longest string possible”. What is the name of this match?
How to connect to SQL server through Perl?
In CPAN module, name an instance you use.
What are the advantages of c over Perl?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What does last statement do in perl?
What exactly is grooving and shortening of the array?
How would you ensure the re-use and maximum readability of your perl code?
How to replace perl array elements?
Why do you use Perl?
Differentiate use and require?
Can inheritance be used in perl? Explain with the help of an example.
how to extract pin_code,phone_number,year from text file using regular expressions in perl
What is q (single q) operator in perl?