What is posix in perl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between "my" and "local" variable scope declarations. ?
What is hash?
How to renaming a file in perl programming?
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?
What is Perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
What is the difference between perl list and perl array?
what are the two ways to get private values inside a subroutine or block?
What exactly is grooving and shortening of the array?
What is perl? What is the basic command to print a string in perl?
Explain the various characteristics of perl.
What is the use of command “use strict”?