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
How to open and read data files with Perl
Which of these is a difference between Perl and C++ ?
What does this symbol mean '->'?
How to read multi lines from a file in perl?
What do you mean by context of a subroutine?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
What does read () command do?
What does the’$_’ symbol mean?
What does 'do' statement do in perl?
Differentiate between arrays and list in perl.
Differentiate between use and require, my and local, for and foreach and exec and system
What does -> symbol indicates in Perl?
What does init 5 and init 0 do?
Demonstrate subroutines in perl with a simple example.
What are prefix dereferencer? List them.