Differentiate between c++ and perl.


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

Post New Answer

More CGI Perl Interview Questions

What arguments do you frequently use for the Perl interpreter and what do they mean?

4 Answers  


How to read file into hash array ?

0 Answers  


Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.

2 Answers  


Explain lexical variables.

0 Answers  


Explain chomp?

0 Answers  


Explain the various characteristics of perl.

0 Answers  


What is “grep” function in perl?

0 Answers  


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

3 Answers   Nokia,


Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?

0 Answers  


what r the different type of function in perl ???

1 Answers   ABC, Symphony,


Why do you use Perl?

0 Answers  


Explain lists and ivalue?

0 Answers  


Categories