What is the difference between use and require in perl programming?


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

Post New Answer

More CGI Perl Interview Questions

What interface used in PERL to connect to database? How do you connect to database in Perl?

0 Answers  


What does cgi program store?

0 Answers  


What is the difference between $array[1] and @array[1]?

1 Answers  


How to open and read data files with Perl

0 Answers  


Why to use perl?

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  


How can memory be managed in Perl?

0 Answers  


Elaborate on perl bite-wise operators.

0 Answers  


You want to connect to sql server through perl. How would you do that?

0 Answers  


Explain grooving and shortening of arrays and splicing of arrays?

0 Answers  


What package you use to create a windows services?

0 Answers  


How do find the length of an array?

0 Answers  


Categories