CIW PERL FUNDAMENTALS 1D0-437 Question # 33 Topic 4 Discussion

CIW PERL FUNDAMENTALS 1D0-437 Question # 33 Topic 4 Discussion

1D0-437 Exam Topic 4 Question 33 Discussion:
Question #: 33
Topic #: 4

Consider the following lines of code:

$_ = "This is a test";

s/^([^ ]*)\s*([^ ]*)/$2 $1/;

print;

What is the output of these lines of code?


A.

h Tis a test


B.

is This a test


C.

i Thiss a test


D.

his T is a test


Get Premium 1D0-437 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.