Explain ivalue?



Explain ivalue?..

Answer / Sushil Kumar

An ivalue (integer value) in Perl is an integer stored as a scalar variable. Scalar variables can hold different data types, but when assigned an integer, they are considered ivaluers.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

what is the main function of fork() in cgi programming?

1 Answers  


What is a chomp() function in perl?

1 Answers  


What is the peculiarity of returning values by subroutines in perl?

1 Answers  


Perl regular expressions are greedy" what does this mean?

1 Answers  


Explain split function in perl?

1 Answers  


Write a program that explains the symbolic table clearly.

1 Answers  


In Perl, what is grep function used for?

1 Answers  


how to find a substring in a string without using substr built in functions, and print the substring found

3 Answers   Nokia,


Write a program to show the process of spawning a child process

1 Answers  


Elaborate on perl bite-wise operators.

1 Answers  


How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,


If you want to empty an array then how would you do that?

1 Answers  


Categories