How to read a single line from a file in perl?
No Answer is Posted For this Question
Be the First to Post Answer
What is hash?
What are the logical operators used for small scale operations?
What are the different types of perl operators?
How to open a directory in perl?
How we can navigate the xml documents?
Explain ivalue?
What does the’$_’ symbol mean?
Write the program to process a list of numbers.
Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
Write a program that explains the symbolic table clearly.
Where do we require ‘chomp’ and what does it mean?