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.
In Section
Cool Uses for Perl