Difference between the variables in which chomp function work ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

What are the different instances used in cgi overhead?

0 Answers  


Give an example of the -i and 0s option usage.

0 Answers  


Explain the different types of data perl can handle.

0 Answers  


Explain the use of 'my' keyword in perl?

0 Answers  


How will you access an element of a perl array?

0 Answers  






Define perl scripting?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


What are the arguments and what do they mean in perl programming?

0 Answers  


What is perl shift array function?

0 Answers  


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

0 Answers  


Why Perl aliases are considered to be faster than references?

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


Categories