Explain different types of perl operators.
No Answer is Posted For this Question
Be the First to Post Answer
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?
What are the purpose of close(), getc() and read() functions?
What is the use of -t?
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 is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
write a script to generate n prime no.s?
How many types of operators are used in the Perl?
What does redo statement do in perl?
Which has the highest precedence, List or Terms? Explain?
Write syntax to add two arrays together in perl?
How do I sort a hash by the hash key?
Write the program to process a list of numbers.