How to do comment in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What are perl strings?
sort a word "system" in perl/shell without using built in functions output should be emssty
You want to download the contents of a url with perl. How would you do that?
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
Write a simple regular expression to match an IP address, e-mail address, city-state-zipcode combination.
What does last statement do in perl?
What $! 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
Write a script to reverse a string without using Perl's built in function
Why should I use the -w argument with my Perl programs?
How can you create anonymous subroutines?
What is the tk module?