Re: XML Output to Web

2006-05-10 Thread Bruno Georges
XML::Dumper or on any OS perldoc hope this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+- | | Carter Thompson

Re: XML Output to Web

2006-05-10 Thread Bruno Georges
basedir=. / /xmp With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+--- | | Carter Thompson | | | [EMAIL PROTECTED]| | | ri.net

RE: I need your opinion: perl vs php

2006-02-28 Thread Bruno Georges
can front it with apache and configure it to the level of security your app requires [in addition to HTTPS,etc..]. Hopes this helps. With Best Regards Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Hello! Help me please!

2006-01-05 Thread Bruno Georges
://127.0.0.1/'.$_ ; $content=getContent($url); print EOF; content of this $url is: $content EOF } I tried it works for me. Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: Hello! Help me please!

2006-01-05 Thread Bruno Georges
Gao In a nutshell you have to wrtie the closing print string: EOF at the beginning of the line, without spaces nor tabs. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+- | | gao

Re: How do configure the Apache server

2005-03-22 Thread Bruno Georges
of granularity , check the apache doc http://httpd.apache.org/docs-2.0/vhosts/ Try your apache with the default pl and cgi: http://localhost/cgi-bin/printenv.pl hope this helps Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000

Re: How to 'touch' in Windows

2005-03-10 Thread Bruno Georges
Have a look at: ExtUtils::Command Check ActieState doc. perl -MExtUtils::Command -e touch Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000 |-+- | | Maxmelbin Neson (RBIN/EDM3

Re: How to call a perl code in Windows from Unix

2005-02-28 Thread Bruno Georges
which usually seats between unix and windows worlds. Perl has a nice SOAP implementation: SOAPLite http://cookbook.soaplite.com/ Hope this helps. Bruno Georges Glencore International AG Tel. +41 41 709 3204 Fax +41 41 709 3000