You want to connect to sql server through perl. How would you do that?
No Answer is Posted For this Question
Be the First to Post Answer
How to find the length of an array in perl?
Differentiate use and require?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
Distinguish my and local?
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?
How do I send e-mail from a Perl/CGI program on a Unix system?
How do you match one letter in the current locale?
Define perl scripting?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
What are the reasons that cookie server can’t handle multiple connections?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?