my( $string , $notstring ) = ( string => [ 'not string ' ] ); $string = lc $string; $notstring = lc $notstring;