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

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 Location /registered PerlAccessHandler Apache::MyAccessHandler PerlHandler HTML::Mason /Location --- Vlad

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 Location /registered PerlAccessHandler Apache::MyAccessHandler PerlHandler HTML::Mason /Location --- 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 stdio.h #include

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: Wednesday, October 31, 2001 3:15 AM Subject: Re: Exporting C

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_string [

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]