working through variables section
This commit is contained in:
parent
c08ae44e27
commit
b66d2832d6
7
cli/variables.pl
Normal file
7
cli/variables.pl
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
#!/usr/bin/perl
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
my $firstname = "John";
|
||||||
|
|
||||||
|
print "Hello, $firstname\n";
|
Loading…
Reference in New Issue
Block a user