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 3895Post New A1 Technology CGI Perl Interview Questions
Can I download microsoft access for free?
How many types of injection are there in spring?
What is Bluegiga APx4 Protocol for an Internet of Things (IoT)?
What is regex c#?
What is the difference between a module’s forroot() and fairchild() methods and why do you need it?
What is a compound attribute in microstrategy?
Explain system scalar functions?
How do you ensure the quality and safety of care provided to patients with complex rheumatic conditions, particularly when managing potential medication interactions?
How we can see all indexes defined for a table in mysql?
Is there a sort function in java?
Should I use a registry cleaner windows 10?
What can’t you store in containers?
Why should chemical equation be balanced?
Write a C program to accept the names and marks of 10 students in 4 subjects. Print in ascending order the rank list based on the average of the 4 subjects. If the pass mark of each subject is 35, print the name of the students that failed in all four subjects.
How to create foreign key in hibernate annotation?