in reply to Re: declare and init a scalar
in thread declare and init a scalar

so how do you initialize a string variable?

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';