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
Distinguish my and local?
Explain goto expr?
How to merge two arrays in perl?
How do I send e-mail from a Perl/CGI program on a Unix system?
Why aren't Perl's patterns regular expressions?
What are the different ways to run cgi?
Which operator in perl is used for the concatenation of two strings?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
What is chomp() operator/function?
Explain gmtime() function in perl?
What is a perl references?
How to find the length of an array in perl?
How to concatenate strings in perl?
What is perl I used for?
What are the two ways to get private values inside a subroutine?