Simple syntax question(MULTIPOST)

  • Thread starter Trimbitas Sorin
  • Start date
T

Trimbitas Sorin

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
 
A

Aaron Sherman

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.

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...
 
J

Joe Smith

Trimbitas said:
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.

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/perlintro.html#Basic-syntax-overview
and look at the section on Hashes.
-Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top