How will you access an element of a perl array?
No Answer is Posted For this Question
Be the First to Post Answer
Why to use 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 many data types are there in perl?
Enlist the advantages of using c over perl?
How the interpreter is used in Perl?
When do you use perl programming?
Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.
What are the options that can be used to avoid logic errors 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 check the status of airplane mode (enable/disable) in perl for Android mobile?
Write a cgi program to show the header part?
What package you use to create a windows services?