⟩ Name some pure object oriented languages?
pure object oriented languages are Smalltalk, Java, Eiffel, Sather.
pure object oriented languages are Smalltalk, Java, Eiffel, Sather.
Difference between Perl and Mod_perl?
How to make the following assignment, as arrayreference assignment?my $arr_ref=[1,2,3,4,4,elem];
What is caller function in perl?
Write a perl script to find whether a given line of text is starting and ending with same word or not?
Write a Perl script to find a particular word in a paragraph?
Write a script to display mirror image of a entered value and also check whether Palindrome?
Write a script to generate n prime no.s?
How to sort dates 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 didnt get constant output?
Write an expression or Perl script to identify the entered IP address is valid or not?