Explain what is lvalue?



Explain what is lvalue?..

Answer / Gaurav Maurya

In Perl, an lvalue (left-value) is a variable or an expression that can be assigned to. In other words, it's a value that you can modify by using the assignment operator (=).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How can the user execute a long command repeatedly without typing it again and again?

1 Answers  


How to connect with sqlserver from perl and how to display database table info?

1 Answers  


Why aren't Perl's patterns regular expressions?

1 Answers  


What is 'commit' command in perl?

1 Answers  


What are scalars in perl?

1 Answers  


Explain about the applications of perl?

1 Answers  


Explain returning values from subroutines?

1 Answers  


How to read a directory in perl?

1 Answers  


how to search a unique pattern in a file by using perl hash map function ??? plz answer me

2 Answers  


How to merge two arrays in perl?

1 Answers  


What is posix in perl?

1 Answers  


How we can navigate the xml documents?

1 Answers  


Categories