how many ways string can be identified by perl?
Method 1:
Method 2:
Method 3:
Method 4:
Method 5:
kaavannan perl blogspot
print "hello hi";
Method 2:
print 'hello hi';
Method 3:
print join " ",qw(hello hi);
Method 4:
print q(hello hi);
Method 5:
print qq(hello hi);
kaavannan perl blogspot
Labels: kaavannan perl blogspot, perl string concatenation, perl string concatenation in loop, perl string length, regular expression in perl, string functions in perl, strings in perl