What does undef function in perl?



What does undef function in perl?..

Answer / Ayan Kantha

The undef function or operator in Perl assigns an undefined value to a variable. An undefined variable has no value associated with it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

How to read file into hash array ?

1 Answers  


what is the procedure to define a user define module in your perl application?

2 Answers   IBM,


How many loop control keywords are there in perl?

1 Answers  


What are the steps involved in configuring a server using cgi programming?

1 Answers  


Explain perl. What are the advantages of programming in perl?

1 Answers  


What are the different types of perl operators?

1 Answers  


What is perl pop array function?

1 Answers  


Give an example of using the -n and -p option.

1 Answers  


Which feature of Perl provides code reusability ? Give any example of that feature.

1 Answers  


How do I pass a command line argument in perl?

1 Answers  


Differentiate use and require?

1 Answers  


What is the difference between single (') and double (") quote in a string in perl?

1 Answers  


Categories