Explain the meaning of subroutine?
No Answer is Posted For this Question
Be the First to Post Answer
Explain substr function in perl?
Is perl compiler or interpreter?
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 advantages and disadvantages of perl language?
What are the various advantages and disadvantages of perl?
When would you not use Perl for a project?
Write a script to reverse a string without using perl's built in functions?
Can inheritance be used in perl?
What syntax is used for grep() function?
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
What are the advantages of perl programming?
What does localtime() do in perl?