Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

What do you mean by context of a subroutine?

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


How to close a directory in perl?

0 Answers  


What is the importance of perl warnings? How do you turn them on?

0 Answers  


“Perl regular expressions match the longest string possible”. What is the name of this match?

0 Answers  






How to compare two strings in perl?

0 Answers  


How can you call a subroutine and identify a subroutine?

0 Answers  


what is the meaning of rigging?

1 Answers  


Define operators used in perl?

0 Answers  


How do I do fill_in_the_blank for each file in a directory?

0 Answers  


What does perl do in linux?

0 Answers  


Explain the difference between die and exit in perl?

0 Answers  


Categories