We all know private variables exist in perl. But do private
METHODS exist in perl ? Eg ?
No Answer is Posted For this Question
Be the First to Post Answer
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
How to change a directory in perl?
What?s your favorite module and why?
How do I replace every character in a file with a comma?
What is the different between array and hash in perl programming?
Which has highest precedence in between list and terms? Explain?
What are different data types that perl supports. Elaborate on them.
Why -w argument is used with perl programs?
How interpreter is used in perl?
What is use of ‘->’ symbol?
What are numeric operators in perl?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?