Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
No Answer is Posted For this Question
Be the First to Post Answer
What does the qq{ } operator do?
Explain the difference between use and require?
You want to print the contents of an entire array. How would you do that?
How would you replace a char in string and how do you store the number of replacements?
Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)
Explain a tell function in perl?
you are required to replace a char in a string and store the number of replacements. How would you do that?
What does read () command do?
what is the procedure to define a user define module in your perl application?
Write a program to decode the data in the form using cgi programming
Explain 'grep' function.
What are the purpose of close(), getc() and read() functions?