How to read a directory in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain grooving and shortening of arrays?
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 perl shift array function?
Write a program that shows the distinction between child and parent process?
Explain tk?
If you want to empty an array then how would you do that?
What are some of the key features of objects in perl?
How many data types are there in perl?
Explain the various characteristics of perl.
What is the difference between $array[1] and @array[1]?
When would you not use Perl for a project?
Explain perl. What are the advantages of programming in perl?