my $x = 1; # initialization $x = 1; # assignment
Woo, C++ :-)
Considering 'our' merely declares a lexical alias to a package var, how do we initialize package vars?
-- Matthijs van Duin -- May the Forth be with you!
my $x = 1; # initialization $x = 1; # assignment
-- Matthijs van Duin -- May the Forth be with you!