in reply to
Re: declare and init a scalar
in thread
declare and init a scalar
so how do you initialize a string variable?
Comment on
Re^2: declare and init a scalar
Replies are listed 'Best First'.
Re^3: declare and init a scalar
by
Anonymous Monk
on Jan 22, 2015 at 21:48 UTC
my $var = 'some string';
[reply]
[d/l]
In Section
Seekers of Perl Wisdom