Application

2007-12-24 Thread Alma
Hi All, I have got an application which is not a GUI developed in C. I need to enter the data from notepad and enter in the place which prompt me for the correct data. I am storing in the order in which its prompting. can any one provide me the guidence of how to go about. can it be acheived using

Business:online:payment

2007-07-24 Thread Alma
hi guys, I need to use a online credit card payment module . can anyone help me with to setup a visa o credit card payment online ! So that customers type their details and process the order has anyone has example how to do this ? does web site needs to have some special security ? I wante

Apache::Authcookie

2007-07-10 Thread Alma
t to the relogin.html. Any help regarding this will be much appreciated. regards, Alma -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Extract year from date field and display the records

2007-07-05 Thread Alma
Hi All, I have to build a search module which takes the parameter as year (ex 2007,2008 etc) ,title & subjects. Here is the module sub search { my($year,$author,$conference,$subject) = @_; my $sth1=$dbh->prepare("select date_upload from docs"); my $res=$sth1->execute()

retrieving multiple data from the database

2007-06-27 Thread Alma
Hi All, I have written a display subroutine in my package . abc.pm sub display my $self = shift; $id [EMAIL PROTECTED]; my $sth=$dbh->prepare("select title,name,status from table where id=emp_id and status ='P'"); $sth->execute() or die $databasehandle->errstr; while( my @row=$sth->fetchrow_arra

Database connection using cfg file

2007-06-22 Thread Alma
Hi All, I wanted to make a database connection using the values provided in .cfg file my.cfg *** dbname=xyz user=abc passwd=abc123 *** my perl package which need to read the my.cfg file & make the connection mypackage sub new(){ my @arr=(); readcfg();

Re: Mod_auth_pgsql

2007-06-07 Thread Alma
On Jun 6, 6:42 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On Jun 6, 2:19 pm, [EMAIL PROTECTED] (Alma) wrote: > > [ a question ] > > I suggest anyone considering trying to help take a look first at the > OP's posting history. > > http://groups.googl

Mod_auth_pgsql

2007-06-06 Thread Alma
ble to use this successfully. Regards, Alma -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Passing arguments

2007-06-02 Thread Alma
Hi, I need to pass id as parameters to a subroutine testsub(35); sub testsub($) { my $self = shift; my $id = @_; print "$id"; } Its printing 3 . am i going wrong in prototype . -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://

authentication check from file

2007-06-01 Thread Alma
Hi All, I have to store the authentication details like the user_id & password in a file . I do not want to include hard code in my file so basically what i am trying is i wanted to authenticate the user who logged in by reading a file which contains the user_id & pwd & then if valid , let him ca

Error:Can't locate object method "prepare" via package "abc" at xyz.pm

2007-05-31 Thread Alma
ble where status ='P'"); print $sth; my $res =$sth->execute(); my @row = $sth->fetchrow_array(); print @row; return $res; } I am getting an error : Can't locate object method "prepare" via package "abc" at xyz.pm Is it not possible the way i am trying...ca

Passing arguments to subroutine

2007-05-31 Thread Alma
the location mentioned in file_path. Its not giving me an error but its not deleting the files from the location. Any help. Thanks in advance. Alma -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Error with Html code

2007-05-29 Thread Alma
Hi All, I am not able to trace out why i am getting this error. help regarding this will be appreciated. I am using apache2 & Gentoo linux. . i have a html upload.html Photo to Upload: Your Email Address: but i am not able to view this html on my browser. All other html pages are

Re: creation of directory on daily basis and store the files in it

2007-05-26 Thread Alma
On May 25, 1:30 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On May 23, 9:59 am, Alma <[EMAIL PROTECTED]> wrote: > > > > > On May 23, 7:28 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> > > wrote: > > > > On May 23,

Re: PDF File

2007-05-26 Thread Alma
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On May 24, 5:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > On May 24, 2:22 pm, Alma <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I need to s

Re: PDF File

2007-05-26 Thread Alma
On May 25, 10:16 pm, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote: > On May 24, 5:59 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > On May 24, 2:22 pm, Alma <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > > > I need to s