Explain subroutine?
No Answer is Posted For this Question
Be the First to Post Answer
What is a chomp() function in perl?
What is subroutine in perl?
How do you open a file for writing?
my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?
Explain subroutine?
Explain substr function in perl?
Explain about typeglobs?
What is the use of -t?
Does Perl have reference type?
How to copy a file in perl?
How the interpreter is used in Perl?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?