Score: 0 / 0 answered
Progress: 0 of 759 qs
time elap: 00:00
Question 1: What is the output of the following Perl code snippet?
my $str = "Hello, World!"; $str =~ s/Hello/Goodbye/; print $str;
Subject: Perl Basics in Perl Specialist (CIW-PS)
Difficulty: Hard