Help for this page
if ( $var ~~ @whatever ) { #do something }
#!/usr/bin/python ... if some_var in words: print "yes"