How many types of variable in perl?



How many types of variable in perl?..

Answer / Kamlesh Pushkar

In Perl, there are four types of variables: Scalar variables (denoted by $), Array variables (denoted by @), Hash variables (denoted by %), and Reference variables.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Explain the use of 'my' keyword in perl?

1 Answers  


How can information be put into hashes?

1 Answers  


Differentiate between use and require, my and local, for and foreach and exec and system

1 Answers  


Which has the highest precedence, List or Terms? Explain?

1 Answers  


List the operator used in Perl?

1 Answers  


Why do you use Perl?

1 Answers  


What are the options that can be used to avoid logic errors in perl?

1 Answers  


What is perl shift array function?

1 Answers  


What is the use of -t?

1 Answers  


what are steps to do to lock the sony ericsson mobile with password?

1 Answers  


Explain ivalue in perl?

1 Answers  


Which functions in perl allows you to include a module file. State their differences.

1 Answers  


Categories