Who created perl?
No Answer is Posted For this Question
Be the First to Post Answer
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??
Explain socket programming in perl?
How can you create anonymous subroutines?
How do I replace every TAB character in a file with a comma?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
How can the user execute a long command repeatedly without typing it again and again?
How to print escaping characters inside a string in perl?
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 ?
How to sort dates in Perl ?
Name an instance where you used a CPAN module?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
Explain about typeglobs?