[Perl-unix-users] shmget not implemented.

2002-12-02 Thread Ashish Tiwari
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

[Perl-unix-users] Schema validation

2002-12-02 Thread Enric Roca
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

Re: [Perl-unix-users] Help: On what OS am I running

2002-12-02 Thread $Bill Luebkert
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 (_/ / )//

[Perl-unix-users] Help: On what OS am I running

2002-12-02 Thread Mundell, R. \(Ronald\)
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  

Re: [Perl-unix-users] Perl and LWP::UserAgent with Cookies Support

2002-12-02 Thread $Bill Luebkert
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

[Perl-unix-users] Perl and LWP::UserAgent with Cookies Support

2002-12-02 Thread Louis Selvon
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