What does file test operators do in perl?
How many types of variable in perl?
Why should I use the -w argument with my Perl programs?
Write a script to reverse a string without using perl's built in functions?
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 steps to do to lock the sony ericsson mobile with password?
What is Perl?
How do you open a file for writing?
What are the functions that can be performed using cgi program?
How will you get the count of parameters passed to a perl subroutine?
What are the various flags/arguments that can be used while executing a perl program?
What is the difference between use and require in perl?
Why aren't Perl's patterns regular expressions?