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??
No Answer is Posted For this Question
Be the First to Post Answer
How to disable the mod_perl from apache_server as i have used perlfect search on the site and its pagination is not working and the remedy is to disable the mod_perl.
What can be done for efficient parameter passing in perl? Explain.
What is the use of -n and -p options?
How to merge two arrays in perl?
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 r the future opportunities in PERL/LINUX after 3 years ??
You want to print the contents of an entire array. How would you do that?
What do you mean by context of a subroutine?
Write a script to reverse a string without using Perl's built in function
Differentiate between use and require, my and local, for and foreach and exec and system
What interface used in PERL to connect to database? How do you connect to database in Perl?
You want to connect to sql server through perl. How would you do that?