Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between having a parenthesis after module name and without parenthsis after module name?? i.e Package::Module(); and Package::Module;
How the interpreter is used in Perl?
Explain lexical variables.
How to sort arrays in perl?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
How to add elements in a hash in perl?
Explain goto label, goto name, and goto expr?
What does delete function do in perl?
What are the two ways to get private values inside a subroutine?
How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';
How to read multi lines from a file in perl?