Explain chop?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of "stderr()"?
What are the benefits of perl in using it as a web-based application?
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 ?
Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??
Write a program to decode the data in the form using cgi programming
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
How does a “grep” function perform?
Explain use of ‘my’ keyword in perl?
How we can navigate the xml documents?
What is the difference between use and require in perl?
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.
How would you ensure the re-use and maximum readability of your perl code?