Is perl a case sensitive language?


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

Post New Answer

More CGI Perl Interview Questions

What is the importance of perl warnings?

0 Answers  


There are some duplicate entries in an array and you want to remove them. How would you do that?

0 Answers  


What are the advantages and disadvantages of perl language?

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  


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

0 Answers  






Why to use perl scripting?

0 Answers  


Explain the different types of data perl can handle.

0 Answers  


What are perl strings?

0 Answers  


Where do we require ‘chomp’ and what does it mean?

0 Answers  


What is boolean context?

0 Answers  


How do I replace every TAB character in a file with a comma?

0 Answers  


What is the Common Gateway Interface?

2 Answers  


Categories