How to connect to SQL server through Perl?


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

Post New Answer

More CGI Perl Interview Questions

Explain the arguments for perl interpreter.

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


What are the options that can be used to avoid logic errors 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  


write a perl script to find whether a given line of text is starting and ending with same word or not ???

2 Answers   CSS,






What is the difference between for & foreach, exec & system?

9 Answers   Photon, Wipro,


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

0 Answers  


Explain use of ‘my’ keyword in perl?

0 Answers  


What are perl strings?

0 Answers  


Write syntax to use grep function?

0 Answers  


Explain what is perl language?

0 Answers  


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

0 Answers  


Categories