- or download this
<html>
<head>
...
</body>
</html>
- or download this
#!c:\Perl\bin\perl.exe
...
</body>
</html>
";
- or download this
#c:/Perl/bin
...
);
print $m->content;
- or download this
---------- Capture Output ----------
> "c:\perl\bin\perl.exe" m.cgi
...
</html>
> Terminated with exit code 0.