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 3965Post New A1 Technology CGI Perl Interview Questions
What are the stages in blue prism?
Accounting transactions are recorded in accordance with thier legal form or substance. Briefly explain the legal form and substance of the accounting transactions and give one relevant example.
What are the core components that are utilized in hadoop?
What is sql and also describe types of sql statements?
Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
What is php written in?
Explain the 3 types of properties in c# with an example?
Name any five things which you can automate?
Explain what do you mean by 'additional insured'? : insurance sales
What is the Unit to measure pressure?
What is the extension of a photoshop document?
How can you make sure that network clients have the most recent windows updates installed and have other important security features such as the windowsfirewall enabled before they can gain full network access?
Which built-in method returns the character at the specified index?
Explain the ways to deploy an assembly?
What are the three parts of a lambda expression?