Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
No Answer is Posted For this Question
Be the First to Post Answer
How to concatenate strings in perl?
what is CPAN?
How to count no of occurrence of a unique patterns in perl?
Demonstrate subroutines in perl with a simple example.
What does undef function in perl?
How to dereference a reference?
What is the difference between single (') and double (") quote in a string in perl?
Why is it hard to call this function: sub y { "because" } ?
How to know whether a key exists or not in perl?
What is the difference between perl array and perl hash?
Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.
what are prefix dereferencer and list them out?