There are some duplicate entries in an array and you want to remove them. How would you do that?
No Answer is Posted For this Question
Be the First to Post Answer
How do you match one letter in the current locale?
Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.
What value is returned by a lone `return;’ statement?
How we can navigate the xml documents?
When does circular reference occur?
Which feature of Perl provides code reusability ? Give any example of that feature.
What are hashes?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
Comment on array slicing and range operator
What is goto statement in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?