Does Perl have objects? If yes, then does it force you to use objects? If no, then why?


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

Post New Answer

More CGI Perl Interview Questions

Define print() function in perl?

0 Answers  


How to check the status of airplane mode (enable/disable) in perl for Android mobile?

0 Answers  


What is the different between array and hash in perl programming?

0 Answers  


i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?

5 Answers   HP,


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 are the various perl data types based on the context?

0 Answers  


Explain about typeglobs?

0 Answers  


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

0 Answers  


What is the use of strict?

0 Answers  


How can memory be managed in Perl?

0 Answers  


What is the difference between die and exit in perl?

0 Answers   HCL,


What are numeric operators in perl?

0 Answers  


Categories