hello friend
plz write ur problem properly, with neat example.(not ur code)
User Profile
Collapse
-
hay i am sending sample code. i think its help to u(even now also ur waiting for this)
package test::excel_bac k;
use DBI;
use Apache::File;
use Apache::Request ;
use Spreadsheet::Wr iteExcel;
use MIME::Types;
my($dbh,$sth,@r es);
sub prepare_excel {
my $name= 'archulu';
my $workbook = Spreadsheet::Wr iteExcel->new("/tmp/rekha.xls");...Leave a comment:
-
How do you install an exe file in Ubuntu
hai friends. this is archulu..
how to install exe file in UBUNTU?..
PLZ help to me
thanks. -
try this one, i think ur answer is this
[code=perl]
my $fro_day,$fro_m on,$fro_year,$t o_day,$to_mon,$ to_year,$months ,$days,$tot_day s,$mon,$year,$f ro_days,$to_day s,$temp_total;
my $count = 0;
while($count == 0)
{
print "Enter from date\n";
chomp(my $fro_date = <STDIN>);
( $fro_day , $fro_mon , $fro_year ) = split /[\/\s\-\!\@\#\$\%\^\&\ *\~\.\,]/, $fro_date;...Leave a comment:
-
this is answer for question
my $sth1=$dbh->prepare("selec t no from max_no") or warn "Erron in prepare statemt ".$dbh->errstr;
my $sth2=$dbh->prepare("UPDAT E max_no SET no = ? where no = ?") or warn "Erron in prepare statemt ".$dbh->errstr;
my $lock = $dbh->do("lock table max_no in share row exclusive mode");
...Leave a comment:
-
Lock Problem
hai
i want to use lock function in my project to lock the database table when i am pressing a button in front_end. at simultaniouly (online) another one press the button the request wait untill that table was unlock.
plz help to me
to solve this problem it was very urgent -
thanks to response,
in my program i am using domapi listbox,
After selecting any item from that listbox i want to store that value in some variable like 'value'.
up this output i am doing ok
the main problem is after click the value the value will store in that variable (in value), at the same time i want to close and hide that list box
plz help to meLeave a comment:
-
Listbox problem
hai this archulu
Any one help to me, in my project i am using Domapi script for creating Listbox. the main problem is i am creating one button, when that button clicking Listbox(Domapi) was opend. after i am selecting any item in that list of Listbox, that selected item was store in to some variable. upto this my program ok.
Now my Main Problem is after storing the value in to variable that Listbox was want to hide. plz any... -
how to call next page url in prasent page script
hai any one help to me .how to call next page url when given time was expired in prasent page -
problem in printing
hi i am archulu . i am doing a project in perl. in my project i want to print 10 questions per page. now my problem is i want to insert "previous" and "next" buttons are add in front and last of dipalying my page.
how we print these words pz give me some sample code for that
[CODE=perl]
my $entriesperpage = 5;
my $start = 1 ;
my $end = 10;
my %globalhash ;
my @data = <FH>;... -
thanks Mr. Miller
ok i will try to reach ur's, in my project i am upload some .gif and .jpg files as names archulu.gif and Miller.jpg.up to this upload my program ok. the main problem is when i want download these files, they downloaded as names with Download_1 and Download_2. But i want same names as archulu.gif and Miller.gif .
thaks you once againLeave a comment:
-
doubt in downloading files
hai this is archulu, i have a some confusion and doubt in my downloading program.that doubt was in my program i am upload some gif and img file to some path.it's good, after usage of that image i want download that image as in same name as a uploading name.but its giving name as downloading-1 and downloading-2 so on like this but i want to names when i was import as a name.
i.e i import file as as.gif, sd.gif like this
but in case... -
internal Redirect problem
hai this archulu, i have doubt about internal Redirect function.plz anybady help to me how to use this. in which place in program we will use. how we can use plz give sample code about these.
thanks -
ok sir thank you so much for ur suggistion
this is my project code, this progrm gives the output question and answers in only one page. but i want to print questions in more than one page.each page having only 10 questions
plz help to me
[CODE=perl]
package Anchor::Attitud e_Test;
use Apache::Constan ts qw(:common);
use Apache::Request ;
use DBI;
use Apache::Session ::File;
use...Leave a comment:
-
how to print question and answers in pages
hai
this is archulu, i am doing online examinaiton project.in my project i want to print 10 questions per page. my problem is i am taking 50 from data base but how i print these quetions in 5 pages.each page contain 10 questions only.
and also some condition we can freely move 5 pages easily at last time was expired naa that time result value stored in result table.up to that we can stroe the result in temprary hash variable.
... -
array program
hai this archulu
in program i am storing date values one array. in that array i am storing dates repetedly..
but i want print the values only once the date values,igonore the repeated date values in that array.
plz help to me -
thank you Mr.Millar, it's very helps to me. once again thanksLeave a comment:
-
problem in querry
hai this archulu, i have a doubt in Mod perl programing with pgsql; plz help to me
in my project i am canducting exam to students, in exam result , 1=right anwer, 0=wrong answer.
$id=4;
$sth1=$dbh->prepare("selec t SUM(result) from result_master where exam_id = '$id' and result = '1' ") or warn "Erron in prepare statemt ".$dbh->errstr;
$res=$sth1->execute();
in this program result... -
Using DBI to get a SUM
hai this archulu, i have a doubt in Mod perl programing with pgsql; plz help to me
in my project i am canducting exam to students, in exam result , 1=right anwer, 0=wrong answer.
[CODE=perl]
$id=4;
$sth1=$dbh->prepare("selec t SUM(result) from result_master where exam_id = '$id' and result = '1' ") or warn "Erron in prepare statemt ".$dbh->errstr;
$res=$sth1->execute();
[/COD... -
No activity results to display
Show More
Leave a comment: