if you

use strict;

then you'll need to declare it with my. If you don't (and you should
think about that decision again) then you can leave off the my.

my $variable = somevalue;

$ means it's a scalar variable
@ is for arrays
% is for hashes

On 9/20/06, elite elite <[EMAIL PROTECTED]> wrote:


how would i create a scalar?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>





--
I'm nerdy in the extreme and whiter than sour cream

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to