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?
1 3813Post New A1 Technology CGI Perl Interview Questions
What is name of default function and controller of cakephp which is called automatically?
What is c language in simple words?
what are the production issues in datastage?
Does tomcat need jdk?
What is the difference between functions abs() and fabs()?
What is scenario manager?
what is the meaning of each of the values in shareopts(2 3)?
Describe the Managed Execution Process
What is delimiter in pl sql?
what do u mean by Abis interface between bts and bsc
What is your organization’s security philosophy? What level of security does your data require? How much risk are you willing to assume in each application area?
What is the use of chkdsk f?
What if a namenode has no data?
How to calculate total harmonic distortion level(THD) in VFD? and how can we reduce harmonics?
What is meant by drill down?