what are the strategies followed for multiple form interaction in cgi programs?
No Answer is Posted For this Question
Be the First to Post Answer
What is the closure in PERL?
Explain perl. When do you use perl for programming?
What are some common methods to all handles in perl?
How to concatenate strings in perl?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
How to know whether a key exists or not 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
Why is it hard to call this function: sub y { "because" } ?
Explain substr function in perl?
What is caller function in perl?
What is “grep” function in perl?