how to search a unique pattern in a file by using perl hash
map function ??? plz answer me
Answers were Sorted based on User's Feedback
Answer / hemant
I did't got ur answer ..!!
Can u explain it a lil Bit ...
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vinod mishra
open(FH, "file");
@array = <FH>;
%seen = ();
@uniq = grep{!seen{$_}++} @array;
Is This Answer Correct ? | 1 Yes | 6 No |
What are the logical operators used for small scale operations?
What is eval function in perl?
Which has the highest precedence, List or Terms? Explain?
write a script to display mirror image of a entered value and also check whether Palindrome
What is the main function of cookie server?
What are the two ways to get private values inside a subroutine?
Why do you program in Perl?
What is the function of cgiwrap in cgi programming?
what is perl language?
What does a die() function do in perl?
What are the features of perl language?
Explain perl.