What are perl variables?


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

Post New Answer

More CGI Perl Interview Questions

How to find out the version of PERL being installed on your LINUX machine.

4 Answers   Mind Tree,


How to implement a stack in Perl?

0 Answers  


What are hashes?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


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

2 Answers   Symphony, TCS,






How to sort arrays in perl?

0 Answers  


Mention what is cpan?

0 Answers  


When do you use perl programming?

0 Answers  


Comment on the scope of 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  


Differentiate between c++ and perl.

0 Answers  


Difference between the variables in which chomp function work ?

0 Answers  


Categories