http://www.perlmonks.org?node_id=999401


in reply to Re: Argument for Perl ( again and again )
in thread Argument for Perl ( again and again )

"If I need to do AJAX on a webpage I need to use JavaScript. As far as I can tell there is no way around that if I want to be browser neutral."

You could always write client-side scripts in a subset of Perl.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'