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
Explain join function in perl?
In CPAN module, name an instance you use.
Explain ivalue in perl?
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
You want to concatenate strings with perl. How would you do that?
What is the purpose of redo statement?
Explain strftime() function in perl?
Explain substr function in perl?
How to prevent file truncation in perl?
List the data types that Perl can handle?
what is Perl one liner?
How can you call a subroutine and identify a subroutine?
How to connect with sqlserver from perl and how to display database table info?
Distinguish my and local?
What is the difference between localtime() and gmtime() functions?