Differentiate between c++ and perl.
No Answer is Posted For this Question
Be the First to Post Answer
how to find a substring in a string without using substr built in functions, and print the substring found
Explain perl. What are the advantages of programming in perl?
i have a folder called 'error' and in that, i have error log files which are generated by the build, now i want to findout the string 'error' from each log file and that error has to be copied into the another file called 'analysis'. how do you do this in perl?
How to close a directory in perl?
How do I sort a hash by the hash value?
How do you open a file for writing?
what is Chop & Chomp function does?
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
You want to add two arrays together. How would you do that?
What are the arguments and what do they mean in perl programming?
What does this symbol mean '->'?
How will you open a file in read-only mode in perl?