variables are variable
This commit is contained in:
parent
b66d2832d6
commit
f11267e7f3
@ -2,6 +2,10 @@
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $firstname = "John";
|
||||
my $firstname = "Jonathan";
|
||||
|
||||
print "Hello, $firstname\n";
|
||||
|
||||
$firstname = "John";
|
||||
|
||||
print "Goodbye, $firstname\n";
|
||||
|
Loading…
Reference in New Issue
Block a user