~~ ww vs perl by Giorgi Shonia - Tuesday, 19 November 2013, 6:44 PM Number of replies: 0 i'm trying to use this snippet, is it possible? as i understand ~~ is used by ww for escape. if( $element ~~ @list ){ ... }if( $element ~~ [ 1, 2, 3 ] ){ ... } Permalink Reply