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 |
Explain the use of 'my' keyword in perl?
How can information be put into hashes?
Differentiate between use and require, my and local, for and foreach and exec and system
Which has the highest precedence, List or Terms? Explain?
List the operator used in Perl?
Why do you use Perl?
What are the options that can be used to avoid logic errors in perl?
What is perl shift array function?
What is the use of -t?
what are steps to do to lock the sony ericsson mobile with password?
Explain ivalue in perl?
Which functions in perl allows you to include a module file. State their differences.