Help for this page
print "Foo.\n"; $foo='bar'; # This is a comment print "No, $foo.\n"; # Another comment.
C:\test\scratch>copy con obs.pl #!/usr/local/bin/perl ... C:\test\scratch>test2.pl Foo.