MCQs > IT & Programming > Perl > If the file is opened for write or append, you can write to the filehandle using which print function?

Perl MCQs

If the file is opened for write or append, you can write to the filehandle using which print function?


Answer

Correct Answer:

open (my $fh, '>output.txt');

print $fh

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Perl Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Perl Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it