Given $state = “Hawaii”; consider the following statement:
if ( $state =~ m/^awaii/ );
How will this statement evaluate?
A.
True
B.
False
C.
H
D.
awaii
Given $state = “Hawaii”; consider the following statement:
if ( $state =~ m/^awaii/ );
How will this statement evaluate?
Given $state = “Hawaii”; consider the following statement:
if ( $state =~ m/^awaii/ );
How will this statement evaluate?
A.
True
B.
False
C.
H
D.
awaii