Help for this page
use strict; use warnings; ... print "Invalid string: >$_<\n"; } }
Invalid string: >abcdefghijklm < Success: >abcdefghijklm <