CPU: Perl, Fall 2005
Perl, Week 1: Intro to Perl, Scalars
#16
Try it
#!/usr/bin/perl print 'Hello', "\n"; print 'Back\\Slash', "\n";
« Previous
|
Index
|
Next »
Copyright © 2005 Ian Langworth