Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How would you trap error occurred in the perl program/file?

3 Answers   IBM,


Write a cgi program to show the header part?

0 Answers  


Which of these is a difference between Perl and C++ ?

0 Answers  


What are some of the key features of objects in perl?

0 Answers  


Mention what is cpan?

0 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

2 Answers  


What's the difference between /^Foo/s and /^Foo/?

0 Answers  


How will you declare a variable in perl?

0 Answers  


How can you use Perl warnings and what is the importance to use them?

0 Answers  


Explain about typeglobs?

0 Answers  


Write a program to show the process of spawning a child process

0 Answers  


Explain splicing of arrays?

0 Answers  


Categories