Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables in php

Status
Not open for further replies.

be12dune09a

Programmer
Joined
Nov 17, 2005
Messages
24
Location
RO
can someone explain me how a variable in perl works whi can I assign ahash to " $a " variable???
 
Nope. In Perl $somevalue is a scalar that holds a single value, @somevalue is an array and %somevalue is a hash.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top