I have perl installed on the AIX platform (RS 6). All the perl scripts run fine,
until I ran one which uses the IPC::SysV for shared memmory implementation. When it
executes the call to shmget, the script fails with error message of the type : shmget
not implemented.
The same script has be
Hello,
I'm new in Perl programming and I need help to choose the module that I must
use from CPAN. The requirements are:
Operating system: SCO Openserver 5.0.5
Web Server: Apache 1.3.26
Perl 5.005.03
I need to create a Perl script to work with XML messages, and must:
- Be able to POST XML docume
Mundell, R. (Ronald) wrote:
Good Day All
Does any one know how I can determine on what OS a script is running?
E.g. am I running on Solaris, windows HP or Linux?
Start by printing out $^O and see what you get.
--
,-/- __ _ _ $Bill Luebkert ICQ=162126130
(_/ / )//
Good Day All
Does any one know how I can determine on what OS a script is
running? E.g. am I running on Solaris, windows HP or Linux?
Ronald Mundell
Nedcor
BG3
881-3751(011)
083407
Louis Selvon wrote:
Hi List members:
I am writing a perl script that automatically logs in an a password protected
admin area. Once logged in I want the script to be able to fetch pages and
also be able to submit any form post/get requests within the admin area.
However it's not working. So I ne
Hi List members:
I am writing a perl script that automatically logs in an a password protected
admin area. Once logged in I want the script to be able to fetch pages and
also be able to submit any form post/get requests within the admin area.
However it's not working. So I need some help. Here is