How to close a directory in perl?
No Answer is Posted For this Question
Be the First to Post Answer
How can you create an object of a class in a package?
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 ?
Explain the default scope of variables in perl?
what is Chop & Chomp function does?
What is the difference between perl list and perl array?
What is “grep” function in perl?
When would you not use Perl for a project?
What are prefix dereferencer?
Which functions in perl allows you to include a module file. State their differences.
How do I do fill_in_the_blank for each file in a directory?
you are required to replace a char in a string and store the number of replacements. How would you do that?
write a script to check whether user enter a value is a leap year or not?
3 Answers Oracle, Persistent, ViPrak,