- or download this
$ perl -E'my @X = qw(a b c); say "ok" if "b" ~~ @X'
- or download this
$ perl -E'use constant X => qw(a b c); say "ok" if "a" ~~ X'
- or download this
perl -MLWP::Simple -e'print$_[rand(split(q|%%\n|,
get(q=http://cpan.org/misc/japh=)))]'