How to connect with sqlserver from perl and how to display database table info?
No Answer is Posted For this Question
Be the First to Post Answer
Explain goto name?
What is the function of cgiwrap in cgi programming?
How would you trap error occurred in the perl program/file?
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
How can I display all array element in which each element will display on next line in perl ?
Explain what is the scalar data and scalar variables in Perl?
Why to use perl scripting?
Who created perl?
How will you open a file in a write-only mode in perl?
Packing and Unpacking. Hi, I want to get output as 0x23400000345.... in the below example How to get? i tried out, but unable to get the answer $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); I didn't get constant output
How can you replace the characters from a string and save the number of replacements?
Explain '->' in perl?