Re: E-commerce payment systems for apache/mod_perl

2002-07-03 Thread Vlad Safronov
hi, I use two services for payment proccessing. One for digital money www.cyphermint.com/epay/ (quite complex for initial installing, i don't like it) and the second for cc processing (much more simple) you can just give them info about your contract (say id, price, amount) and redirect user on t

What is the right way of authorizing users under HTML::Mason?

2002-06-25 Thread Vlad Safronov
Hi, What is the right way of authorizing users under Mason? Should it be done as PerlAccessHandler or coded in handler.pl? --- # require myhandler.pl PerlAccessHandler Apache::MyAccessHandler PerlHandler HTML::Mason --- Vlad

Re: [JOB] Crack OOP Perl whitebox tester wanted

2002-06-25 Thread Vlad Safronov
Hi, What is the right way of authorizing users under Mason? Should it be done as PerlAccessHandler or coded in handler.pl? --- # require myhandler.pl PerlAccessHandler Apache::MyAccessHandler PerlHandler HTML::Mason --- Vlad

[OT] Really need Comments! very strange bug that happens only on Linux.

2002-02-19 Thread Vlad Safronov
Hi, While testing my perl scripts I found a strange bug that happens only on Linux (RH 6.2, 7.0), See the code below. Before your read the all text, tell me what's the Buffer value? "3238200"? The answer is NO! Try this example on your Linux box SOURCE test.c: -=-=-=-= #include #include main

Re: Exporting C++ class to Perl?

2001-10-31 Thread Vlad Safronov
Hi, Actually I mean examples that contain CPP code which has been exported to Perl.. anyway I'll study 'Inline*' modules. Vlad. - Original Message - From: "Sisyphus" <[EMAIL PROTECTED]> To: "Vlad Safronov" <[EMAIL PROTECTED]> Sent:

Exporting C++ class to Perl?

2001-10-30 Thread Vlad Safronov
Hi, How can I export C++ class and its interface to Perl? Is it just like exporting simple C function to Perl (in perlxs doc. example)? Is there good (not big) CPAN examples for this problem? Vlad.

Help needed. LWP-5.48 dicovered..

2001-08-03 Thread Vlad Safronov
Hi All, I know all of you are very busy, but could you look at POST request results ( this is "print $req->as_string ") : What is the "%00H" in the last line??? my $resp = $ua->request(POST 'https://www.assist.ru/reports/results.cfm', [ @params ]); my $req = $resp->request; print $req->as_stri

Re: What's the benefits of using XML ?

2000-02-11 Thread Vlad Safronov
. Safronov [EMAIL PROTECTED] Perrin Harkins wrote: > > On Thu, 10 Feb 2000, Vlad Safronov wrote: > > What's the benefits of using XML in building web site with dynamic > > content? > > (web site is a front end to database) > > This is off-topic for this list,

What's the benefits of using XML ?

2000-02-10 Thread Vlad Safronov
What's the benefits of using XML in building web site with dynamic content? (web site is a front end to database) -- Best regards, ** Vlad A. Safronov [EMAIL PROTECTED]