#!/usr/local/bin/perl




print "Content-type: text/html\n\n";

$ENV{PATH} = "/bin:/usr/bin";

my ($first, $second, $command);

$first = 34;
$second = "Hello";

print "\$first = $first\n \$second=$second\n";
print '\$first = $first\n \$second=$second\n';
print "\n";

