Perl Test Question
Perl Test Question
19. In Perl, the words function and subroutines are used interchangeably.
• True
• False
20. In Perl, the following will result in which of the following, if the prize is currently "5 dollars" print
'You won $prize';
• You won $5.00
• You won 5 dollars
• You won $prize
• You won $5
***