c: Beginners (E-mail)
Subject: Re: Different ways of declaring variables
On Mon, 2002-05-13 at 18:07, Scott Lutz wrote:
> I am wondering about the different ways of initializing a single scalar.
>
> usual method:
> my $variable;
>
> but I am trying to get what (if anything) is b
On Mon, 2002-05-13 at 18:07, Scott Lutz wrote:
> I am wondering about the different ways of initializing a single scalar.
>
> usual method:
> my $variable;
>
> but I am trying to get what (if anything) is being done differently by
> this :
> my ($variable);
>
> Thanks!
>
>
> Scott Lutz
> Paci