playing with string operators
This commit is contained in:
4
cli/string_operators.pl
Normal file
4
cli/string_operators.pl
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
print "Hello" . "World\n";
|
||||
print "Hello" . " " . "World\n";
|
Reference in New Issue
Block a user