|
Related Questions |
View Answer |
 |
How to find a substring in a string without using substr built in functions, and print the substring found? |
View Answer |
 |
Sort a word "system" in perl/shell without using built in functions output should be emssty? |
View Answer |
 |
How to sort dates in Perl? |
View Answer |
 |
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("
The value is $x1");
I didnt get constant output? |
View Answer |
 |
Write an expression or Perl script to identify the entered IP address is valid or not? |
View Answer |
 |
Write a script to reverse a string without using Perl's built in functions? |
View Answer |
 |
What is the easiest way to download the contents of a URL with Perl? |
View Answer |
 |
How to concatenate strings with Perl? |
View Answer |
 |
How do I read command-line arguments with Perl? |
View Answer |
 |
When would `local $_' in a function ruin your day? |
View Answer |
 |
What happens to objects lost in "unreachable" memory..... ? |
View Answer |
 |
How do you match one letter in the current locale? |
View Answer |
 |
How do I print the entire contents of an array with Perl? |
View Answer |
 |
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical? |
View Answer |
 |
How many ways can we express string in Perl? |
View Answer |
 |
How do you give functions private variables that retain their values between calls? |
View Answer |
 |
Describe about the security vulnerability of PHP? |
View Answer |
 |
Explain about returning values from subroutines (functions)? |
View Answer |
 |
Determine the difference between my and local? |
View Answer |
 |
What are the different types of eval statements? |
View Answer |