Statements & Spacing
#!/usr/bin/perl
print # A comment
"Hello!\n"
;;; # another
# comment
| CPU: Perl, Fall 2005 | Perl, Week 1: Intro to Perl, Scalars | #9 |
#!/usr/bin/perl
print # A comment
"Hello!\n"
;;; # another
# comment
| Copyright © 2005 Ian Langworth |