What is the use of 'ne' operator?
No Answer is Posted For this Question
Be the First to Post Answer
How to read a single line from a file in perl?
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 are numeric operators in perl?
You want to add two arrays together. How would you do that?
List all the features of perl programming?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
Explain subroutine?
How will you access an element of a perl array?
Explain strftime() function in perl?
In CPAN module, name an instance you use.
What is perl? What is the basic command to print a string in perl?
Explain gmtime() function in perl?