What are the logical operators used for small scale operations? Explain them briefly.


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

Post New Answer

More CGI Perl Interview Questions

How to close a directory in perl?

0 Answers  


When does circular reference occur?

0 Answers  


What is the use of -n and -p options?

0 Answers  


List the prefix dereferencer in Perl.

0 Answers  


What syntax is used for grep() function?

0 Answers  






how to extract pin_code,phone_number,year from text file using regular expressions in 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 to remove a directory in perl?

0 Answers  


What are the advantages of programming in perl?

0 Answers  


How do I sort a hash by the hash key?

0 Answers  


What does init 5 and init 0 do?

0 Answers  


What are scalar data and scalar variables?

0 Answers  


Categories