Connecting Tech Pros Worldwide Forums | Help | Site Map

Simple syntax question(MULTIPOST)

Trimbitas Sorin
Guest
 
Posts: n/a
#1: Jul 19 '05
Hello
I have a simple syntax question :
What does the following line mean:
1: %checkType; ?? I know that @test="" is an array and $test="" is a
simple variable.
Thank you
With best regards
Trimbitas Sorin

Aaron Sherman
Guest
 
Posts: n/a
#2: Jul 19 '05

re: Simple syntax question(MULTIPOST)


lacroix-iv@go.ro (Trimbitas Sorin) wrote in message news:<2fa2cde3.0402040849.4db506bb@posting.google. com>...[color=blue]
> Hello
> I have a simple syntax question :
> What does the following line mean:
> 1: %checkType; ?? I know that @test="" is an array and $test="" is a
> simple variable.[/color]

I have no idea what program produced that output, but to the best of
my knowledge, it wasn't Perl. I grepped through the source for a
version I have lying around (5.6.1, as it turns out) and the string "I
know that" appears only once in a very unrealted string inside of some
documentation.

You may need to refine your question a bit...
Joe Smith
Guest
 
Posts: n/a
#3: Jul 19 '05

re: Simple syntax question(MULTIPOST)


Trimbitas Sorin wrote:
[color=blue]
> I have a simple syntax question :
> What does the following line mean:
> %checkType; #??
> I know that @test="" is an array and $test="" is a simple variable.[/color]

Your question, as posted, made no sense at all.

I have re-arranged the quote above to match what I think you were
trying to say. The answer can be found in any intro to Perl. Go to
http://www.perldoc.com/perl5.8.0/pod...yntax-overview
and look at the section on Hashes.
-Joe
Closed Thread