Explain goto label?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between use and require?
How to read from a pipeline with Perl
What are numeric operators in perl?
You want to print the contents of an entire array. How would you do that?
Is there any way to add two arrays together?
What are the functions that can be performed using cgi program?
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 are the different ways to run cgi?
What is perl scripting?
what is the difference between require and use in perl?
Can inheritance be used in perl? Explain with the help of an example.
Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??