How to determine strings length in perl?
No Answer is Posted For this Question
Be the First to Post Answer
sort a word "system" in perl/shell without using built in functions output should be emssty
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 many types of variable in perl?
Write syntax to use grep function?
What are perl variables?
When would `local $_' in a function ruin your day?
What are the advantages of c over Perl?
Explain what is STDIN, STDOUT and STDERR?
Differentiate between c++ and perl.
How can you create anonymous subroutines?
What is the purpose of goto expr statement?
Which has the highest precedence, List or Terms? Explain?