What are the advantages of c over Perl?


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

Post New Answer

More CGI Perl Interview Questions

Which guidelines by Perl modules must be followed?

0 Answers  


Explain chomp?

0 Answers  


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

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  


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

3 Answers   Nokia,






What is the use of strict?

0 Answers  


How to check the status of airplane mode (enable/disable) in perl for Android mobile?

0 Answers  


What is automatic error handling in perl?

0 Answers  


List the files in current directory sorted by size ?

0 Answers  


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

0 Answers  


Which has the highest precedence, List or Terms? Explain?

0 Answers  


What is -> symbol in perl?

0 Answers   HCL,


Categories