http://qs321.pair.com?node_id=1044466

Rhandom has asked for the wisdom of the Perl Monks concerning the following question:

Has anybody succeeded recently at installing either JavaScript or JavaScript::V8. I am running ubuntu raring and have had no shortage of trouble getting either one to install. I have a long standing perl module requiring a JavaScript engine that I've been wanting to publish to CPAN for over a year, but neither of these modules seems to be in actual working order. I'v been trying to get this to go since at least summer of last year.

If anybody has successfully built it, and you remember how you did it (or can still duplicate the build) please let me know.

Paul
my @a=qw(random brilliant braindead); print $a[rand(@a)];