Which operator in perl is used for the concatenation of two strings?


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

Post New Answer

More CGI Perl Interview Questions

Explain what is STDIN, STDOUT and STDERR?

0 Answers  


what is Perl one liner?

0 Answers  


How can you create anonymous subroutines?

0 Answers  


In CPAN module, name an instance you use.

0 Answers  


How does polymorphism work in perl? Give an example.

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 the default scope of variables in perl?

0 Answers  


How does polymorphism work in perl?

0 Answers  


Define perl scripting?

0 Answers  


write a script to generate n prime no.s?

2 Answers   Persistent,


Explain the use of 'my' keyword in perl?

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,


Categories