working through variables section

cat-town
Dan Buch 14 years ago
parent c08ae44e27
commit b66d2832d6

@ -0,0 +1,7 @@
#!/usr/bin/perl
use strict;
use warnings;
my $firstname = "John";
print "Hello, $firstname\n";
Loading…
Cancel
Save