MCQs > IT & Programming > Perl > Output of the Perl code snippet? my $exp = 1; $ENV{'xxx'} = \$exp; system($^X, '-e', q/print ( ref $ENV{'xxx'} ? 'Example' : 'Perl' ) /); '>

Perl MCQs

What will be the output of the following Perl code snippet?

my $exp = 1;

$ENV{'xxx'} = \$exp; system($^X, '-e', q/print ( ref $ENV{'xxx'} ? 'Example' : 'Perl' ) /); ">

Answer

Correct Answer:

Perl 

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