How do I replace every TAB character in a file with a comma?


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

Post New Answer

More CGI Perl Interview Questions

Explain the internal working of cgi

0 Answers  


Explain chop?

0 Answers  


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

0 Answers  


How to implement a stack in Perl?

0 Answers  


What do you mean by context of a subroutine?

0 Answers  


Explain lists in perl?

0 Answers  


What are the steps involved in configuring a server using cgi programming?

0 Answers  


What is perl pop array function?

0 Answers  


what is the function that is used to identify how many characters are there in a string?

0 Answers  


what is the meaning of rigging?

1 Answers  


Which web site will help the student to download the Java mini Project ?

3 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  


Categories