User Profile

Collapse

Profile Sidebar

Collapse
archulu
archulu
Last Activity: Feb 14 '08, 02:06 PM
Joined: Mar 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • archulu
    replied to How to match repeat characters in Perl?
    in Perl
    hello friend
    plz write ur problem properly, with neat example.(not ur code)
    See more | Go to post

    Leave a comment:


  • archulu
    replied to MySQL database to Excel spreadsheet report
    in Perl
    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");...
    See more | Go to post

    Leave a comment:


  • archulu
    started a topic How do you install an exe file in Ubuntu

    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.
    See more | Go to post

  • archulu
    replied to Number of days between two dates
    in Perl
    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;...
    See more | Go to post
    Last edited by numberwhun; Sep 26 '07, 01:42 PM. Reason: add code tags

    Leave a comment:


  • archulu
    replied to Lock Problem
    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");

    ...
    See more | Go to post
    Last edited by archulu; Aug 24 '07, 01:42 PM. Reason: add information

    Leave a comment:


  • archulu
    started a topic Lock Problem

    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
    See more | Go to post

  • archulu
    replied to Listbox problem
    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 me
    See more | Go to post

    Leave a comment:


  • archulu
    started a topic Listbox problem

    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...
    See more | Go to post

  • 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
    See more | Go to post

  • archulu
    started a topic problem in printing
    in Perl

    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>;...
    See more | Go to post
    Last edited by miller; Jun 12 '07, 09:39 AM. Reason: Code Tag and ReFormatting

  • archulu
    replied to doubt in downloading files
    in Perl
    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 again
    See more | Go to post

    Leave a comment:


  • archulu
    started a topic doubt in downloading files
    in Perl

    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...
    See more | Go to post

  • archulu
    started a topic internal Redirect problem
    in Perl

    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
    See more | Go to post

  • archulu
    replied to how to print question and answers in pages
    in Perl
    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...
    See more | Go to post
    Last edited by miller; May 24 '07, 04:16 PM. Reason: Code Tag and ReFormatting

    Leave a comment:


  • archulu
    started a topic how to print question and answers in pages
    in Perl

    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.
    ...
    See more | Go to post

  • archulu
    started a topic array program
    in Perl

    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
    See more | Go to post
    Last edited by archulu; May 19 '07, 04:01 AM. Reason: spellings

  • archulu
    replied to Using DBI to get a SUM
    in Perl
    thank you Mr.Millar, it's very helps to me. once again thanks
    See more | Go to post
    Last edited by archulu; May 19 '07, 03:07 AM. Reason: editig

    Leave a comment:


  • archulu
    started a topic problem in querry

    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...
    See more | Go to post

  • archulu
    started a topic Using DBI to get a SUM
    in Perl

    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...
    See more | Go to post

  • archulu
    replied to concatenation problem
    in Perl
    thank u so much sir it very help to me
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...