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 3889If the the material sent for job work in outside state for job work ,what should be service tax chargeable or not if material receipt after job work done to job worker kindly suggestion
1880Post New A1 Technology Interview Questions
How to import rules using PZinsky?
Explain the weights in pounds of liquid gallons?
What can I use instead of namespace std?
What do you understand by Ordinary Least Squares Linear Regression?
Which OS versions does BlackBerry App World support?
Is c similar to php?
Have you ever had problem getting your projects in eclipse refreshed after you made changes in the pom files?
Explain what is view in backbone.js?
How do you think your friends will define you?
Difference between Abstraction and encapsulation in C++?
Explain the difference between mahout & mllib?
What is an ortographic drawing?
What is the use of stored procedures?
What are the Advantages of using CTE in sql server?
How do I parse xml in python?