Consider the following program code: $var -10; package Alpha; $var -20; { package Beta; $var = 30; } package Gamma; $var = 40; { print $var; } What is the output of this code?

🎲 Try a Random Question  |  Total Questions in Quiz: 32  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
1D0-437: CIW Perl Specialist Exam — practice the complete quiz, review flashcards, or try a random question.


Consider the following program code: $var -10; package Alpha; $var -20; { package Beta; $var = 30; } package Gamma; $var = 40; { print $var; } What is the output of this code?