in reply to how to guess the kind of spoken or programming language a text is written in
@lang = qw/perl c pascal basic english german french/; print $lang[int(rand(7))]; [download]