Module CAM::PDF

2010-01-13 Thread Naji, Khalid
Hello, The following Script don't work with all PDF-Files. The generated Error is: Can't call method "getRootDict" on an undefined value at .../perl5/site_perl/5.8.8/CAM/PDF.pm line 3766 The Script use strict; use CGI; my $cgi = new CGI; use CAM::PDF; u

AW: XML-Parameters from the Server Side

2009-11-17 Thread Naji, Khalid
Problem resolved. I had an error in my Script: it used the CGI-Environment Variable QUERY_STRING instead off CONTENT_LENGTH. KN > -Ursprüngliche Nachricht- > Von: Naji, Khalid [mailto:khalid.n...@bsz-bw.de] > Gesendet: Freitag, 13. November 2009 12:14 > An: beginners-

XML-Parameters from the Server Side

2009-11-13 Thread Naji, Khalid
how to read the XML-Parameters from the Server Side: I use a Script client.pl to send XML-Parameters to a Script "server.pl" client.pl: ... my $uaB=new LWP::UserAgent; $uaB->agent("TEST CALL" ); my $ReqB=new HTTP::Request GET => 'server.pl'; $ReqB->authorization_basic('TOTO','Password'); $ReqB-

Logout from Apache

2009-03-19 Thread Naji, Khalid
Hi, How can I logout via a perl-script from Apache? Thank you KN -- To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org For additional commands, e-mail: beginners-cgi-h...@perl.org http://learn.perl.org/

Redirect Print

2007-05-30 Thread Naji, Khalid
Hi, is there any way to mask a printing, when I call a Function using the Command "print" and without to modify this Function: Like: My ($Name) = &get_name(12345); Sub get_name { $id = @_; ... Print "Blalalalalalalbla...\n"; Return (Name); } Thanks, KN -- To unsubscribe, e-mail: [EMAIL PRO

SOAP::Lite --> Wrong boolean value 'True'

2006-09-13 Thread Naji, Khalid
Hi all, The following Script ... use SOAP::Lite; my $soap = SOAP::Lite -> proxy('https://myurl') ; @params = ( SOAP::Data->name(name => $name), SOAP::Data->name(password => $password) ); generate the Error: Wrong boolean value 'True' http://schemas.xmlsoap.org/soap/encoding/"; xmlns

SOAP::Lite and https

2006-09-04 Thread Naji, Khalid
Hi All, i ame trying to use SOAP::Lite with https, but the Script-Execution (test.pl) generate the following Error: 500 Can't locate object method "new" via package "LWP::Protocol::https::Socket" at test.pl line 36. The same code works great using http : "my $soap = SOAP::Lite -> proxy('http://myu

XML [AntiVir checked]

2005-10-11 Thread Naji, Khalid
Hi, Which Module could you recommend for the use of the XML (XML::Simple, XML::Parser and XML::Writer, XML::DOM, XML::PATH...) ? Thanks in advance! KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Module to Create File

2004-11-19 Thread Naji, Khalid
Hi, Which Perl module can I use to dynamically create large files with images. I have already used the module "PDF::Create" but i find it a bit slow. Thank you KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Only one click please

2004-05-27 Thread Naji, Khalid
Hi, there are users who click twice on a control button, how could i prohibit the double clicks on a button? Thank you in Advance KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Save as...

2004-04-23 Thread Naji, Khalid
Hi list, How can write a cgi script that do an Import (from the server), for example DB-Import, to a local file giving by the User (Save as...) (User side not a server side). Thank you KN -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]