Help for this page
use strict; use warnings; ... if ($state eq 'hsbn') { #some action }
if (0 == index 'hsbn', $state and length ($state) >= 2) {