How we can navigate the xml documents?
What interface used in PERL to connect to database? How do you connect to database in Perl?
Explain subroutine?
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
How to find the length of an array in perl?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
How to connect with sqlserver from perl and how to display database table info?
How to renaming a file in perl programming?
what is the difference between java and cgi?
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
What are the arguments and what do they mean in perl programming?
Explain split function in perl?
What is the tk module?