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


in reply to Re^2: Markup::Perl Review / Demo (Basic CGI Shell)
in thread Markup::Perl Review / Demo (Basic CGI Shell)

The test fails because it doesn't know about how to run shell commands on Windows:

`$perl -e'print 1;'`;

On Windows, the shell only understands double quotes.