playing with string operators

This commit is contained in:
Dan Buch 2011-01-03 22:42:56 -05:00
parent ab63c56430
commit 76cca82f6e

4
cli/string_operators.pl Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/perl
print "Hello" . "World\n";
print "Hello" . " " . "World\n";