Explain lists ?


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

Post New Answer

More CGI Perl Interview Questions

Explain what is the scalar data and scalar variables in Perl?

0 Answers  


Which guidelines by Perl modules must be followed?

0 Answers  


How to concatenate strings with perl?

0 Answers  


What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


How to create a package?

0 Answers  


Write the program to process a list of numbers.

0 Answers  


How can arrays be tied?

0 Answers  


How to get help for perl?

0 Answers  


What are the functions that can be performed using cgi program?

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  


Explain returning values from subroutines?

0 Answers  


what is Perl one liner?

0 Answers  


Categories