How to connect to SQL server through Perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the arguments for perl interpreter.
Explain USE and REQUIREMENT statements?
What are the options that can be used to avoid logic errors in perl?
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.
write a perl script to find whether a given line of text is starting and ending with same word or not ???
What is the difference between for & foreach, exec & system?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
Explain use of ‘my’ keyword in perl?
What are perl strings?
Write syntax to use grep function?
Explain what is perl language?
What are the logical operators used for small scale operations? Explain them briefly.