Baheeg Training and Test Exam

Perl Specialist (CIW-PS)

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;