Help for this page
print (...) interpreted as function at C:\test.pl line 11. syntax error at C:\test.pl line 11, near ")["
print( ('abcd' =~ /(\w)\w(\w)/ )[0] ); # prints 'a'