what are prefix dereferencer and list them out?
No Answer is Posted For this Question
Be the First to Post Answer
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.
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
Elaborate on perl bite-wise operators.
What does this symbol mean '->'?
What are the different string manipulation operators in perl?
Write a script for 'count the no.of digits using regular expressions in perl..
what are the two ways to get private values inside a subroutine or block?
What are the advantages of c over Perl?
how to get back up from private character editor which is saved in the format of .udf
Explain the internal working of cgi
What is epoch time in perl?