playing with string operators
This commit is contained in:
parent
ab63c56430
commit
76cca82f6e
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";
|
Loading…
Reference in New Issue
Block a user