What is use of ‘->’ symbol?


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

Post New Answer

More CGI Perl Interview Questions

What is the function of cgiwrap in cgi programming?

0 Answers  


How do I print the entire contents of an array with Perl?

0 Answers  


What is the Common Gateway Interface?

2 Answers  


Explain tk?

0 Answers  


Name an instance where you used a CPAN module?

3 Answers   IBM, TCS,






Mention what is cpan?

0 Answers  


what is 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 is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;

1 Answers  


What do you mean by context of a subroutine?

0 Answers  


What does the q{ } operator do?

0 Answers  


List the data types that Perl can handle?

0 Answers  


Categories