crontab

2004-06-09 Thread Mundell, R. (Ronald)
Good Day All Does anyone knows off a module or way to modify the crontab programmatically Thank you, Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and,

Perl OS390

2004-04-22 Thread Mundell, R. (Ronald)
Good Day Have anyone ever used Perl to login to MVS/OS390/ZOS? Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are not the intended

IO::Pty

2004-04-22 Thread Mundell, R. (Ronald)
Does anyone knows where I can get hold of IO::PTY Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are not the intended recipient, you

How Do I Create a Hash dynamically

2004-01-22 Thread Mundell, R. (Ronald)
Good Day All Does anyone know how to create hashes on the fly? Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are not the intended

Perl CGI and JavaScript

2003-10-20 Thread Mundell, R. (Ronald)
Good Day Does anyone know how to incorporate _javascript_ into a perl cgi script Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are

DBI on microsoft

2003-10-15 Thread Mundell, R. (Ronald)
Good Day All Does anyone knows how to get DBI working on Microsoft or where I can get a copy of it for MS Thanks Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected

RE: [Perl-unix-users] Telnet to AIX

2003-07-08 Thread Mundell, R. (Ronald)
Title: Telnet to AIX what does the -a do, the aix server has the same setting -Original Message-From: Sullivan, Patrick [mailto:[EMAIL PROTECTED]Sent: 07 July 2003 04:36 PMTo: Mundell, R. (Ronald); Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail)Subject: RE: [Perl-unix

RE: Executing scripts out of Apache

2003-06-19 Thread Mundell, R. \(Ronald\)
Title: RE: Executing scripts out of Apache It does not allow me to open the port. Unable to open /dev/ttyS0 -Original Message- From: Cameron Dorey [mailto:[EMAIL PROTECTED]] Sent: 14 June 2003 12:50 PM To: [EMAIL PROTECTED] Subject: Re: Executing scripts out of Apache Mundell, R

Executing scripts out of Apache

2003-06-14 Thread Mundell, R. \(Ronald\)
Title: Executing scripts out of Apache Good Day All I wrote a perl secript that is being used out of a web page. It is supposed to open the serial port. Unfortunatly it is unable to do that. If I run the script from the command line then it works. If anyone might know what I must do to

RE: Info: MAC

2003-06-11 Thread Mundell, R. \(Ronald\)
Title: RE: Info: MAC thanks. The problem That I experiance is that I have the MAC address and not the IP address. I need to trace the IP address. -Original Message- From: henry isham [mailto:[EMAIL PROTECTED]] Sent: 10 June 2003 04:14 PM To: Mundell, R. (Ronald); Perl-Unix-Users (E

Help: read/sysread problems

2003-06-02 Thread Mundell, R. \(Ronald\)
Title: Help: read/sysread problems Good Day All I am experiencing some difficulties with the read/sysread functions. When I transmit data it works fine. When I received data thru the serial port, it only returns the first 8 characters. I have put a serial port sniffer and the device returns

RE: get the complete path to a file

2003-03-27 Thread Mundell, R. \(Ronald\)
Title: RE: get the complete path to a file my $file_path = qx|whereis FILE|; Ronald Mundell Support Maintenance Nedbank Ltd. 105 West BG3 881-3751(011) 083407 -Original Message- From: Olaf Seywald [mailto:[EMAIL PROTECTED]] Sent: 27 March 2003 09:12 To: [EMAIL PROTECTED]

Help Inline::CPP

2003-03-25 Thread Mundell, R. \(Ronald\)
Title: Help Inline::CPP Good Day All I wrote a script using Inline::CPP and made use of classes. I am now trying to instantiate a class but the compiler complains. I am including 3 files. On a module, one the test script and one that contains the errors I am receiving. If someone could look

CGI and printing pages

2003-03-04 Thread Mundell, R. \(Ronald\)
Title: CGI and printing pages Good Day All How do one print one frame's data out of another frame? Ronald Mundell Application Support Maintenance (Retail Corporate) Nedbank Ltd. 105 West BG3 881-3751(011) 083407 This email and any accompanying attachments may contain

What is running on Windows

2003-02-26 Thread Mundell, R. \(Ronald\)
Title: What is running on Windows Good Day All I am wondering what utility can one use to determine what is running under windows like the ps utility under UNIX Ronald Mundell Application Support Maintenance (Retail Corporate) Nedbank Ltd. 105 West BG3 881-3751(011) 083407

regexpr

2003-02-20 Thread Mundell, R. \(Ronald\)
Title: regexpr Good Day How do one remove leading zero's from a string? eg. 00123450123023 Ronald Mundell This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly,

SSL

2003-02-18 Thread Mundell, R. \(Ronald\)
Title: SSL Good Day I wrote a script to send sms's thru a proxy server. I need now to change it to allow a connection thru a SSL connection. If someone can help please do Ronald { my $smsno = shift @_; my $msg = shift @_; $msg =~ tr/ /+/; if ( length($msg) 147 ) { $msg = substr

RE: SENDING sms

2003-02-06 Thread Mundell, R. \(Ronald\)
Title: SENDING sms Thank you. Now I know what I did wrong -Original Message-From: Tillman, James [mailto:[EMAIL PROTECTED]]Sent: 06 February 2003 04:17To: 'Mundell, R. (Ronald)'; Perl-Win32-Users (E-mail)Subject: RE: SENDING sms Ronald: Your script below seems to indicate

RE: SENDING sms

2003-02-06 Thread Mundell, R. \(Ronald\)
Title: RE: SENDING sms Thank you -Original Message- From: Sisyphus [mailto:[EMAIL PROTECTED]] Sent: 07 February 2003 12:01 To: Perl-Win32-Users (E-mail) Subject: Re: SENDING sms - Original Message - From: Tillman, James [EMAIL PROTECTED] Just enter LWP into the search

RE: How-to write a daemon

2003-02-02 Thread Mundell, R. \(Ronald\)
, and the Dave Roth book Win32 Perl Scripting The Administratiors Handbook was invaluable. It detailed on the info required to get your script written. I will forward on my script if you wish. -Original Message-From: Mundell, R. (Ronald) [mailto:[EMAIL PROTECTED

How-to write a daemon

2003-01-30 Thread Mundell, R. \(Ronald\)
Title: How-to write a daemon Good Day All Does anyone know where can I get a good document to write a daemon in perl? Ronald

RE: [Perl-unix-users] Remote executing a script using perl

2003-01-23 Thread Mundell, R. \(Ronald\)
Title: Remote executing a script using perl I am trying to execute a remote script. I have to log onto the box to be able to do this -Original Message-From: Matt Schneider [mailto:[EMAIL PROTECTED]]Sent: 23 January 2003 03:17To: 'Mundell, R. (Ronald)'; Perl-Unix-Users (E-mail

RE: Remote executing a script using perl

2003-01-23 Thread Mundell, R. \(Ronald\)
Title: RE: Remote executing a script using perl We are behind a firewall on a secure network -Original Message- From: Thomas_M [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 04:00 To: 'Mundell, R. (Ronald)'; Perl-Unix-Users (E-mail); Perl-Win32-Users (E-mail) Subject: RE: Remote

CGI and client side

2003-01-06 Thread Mundell, R. \(Ronald\)
Title: CGI and client side Good Day All I know that when one write an app under perl it runs on the web server. is it not possible to write a app in perl to run on both the server and the client Ronald

DIV tags

2003-01-03 Thread Mundell, R. \(Ronald\)
Title: DIV tags Good Day all Please refer to the java script below. I would like to know if there are a way to do the same in perl. _javascript_ === HTML HEAD SCRIPT language=_javascript_ function CheckStatus() { if (document.all('RejectRequest').style.display == block) {

Accessing KSpread on Linux (Open Office)

2003-01-03 Thread Mundell, R. \(Ronald\)
Title: Accessing KSpread on Linux (Open Office) Good Day All Does anyone know how to access KSpread from OpenOffice? Thank you Ronald

RE: [Perl-unix-users] CGI redirection

2003-01-03 Thread Mundell, R. \(Ronald\)
, Dec 31, 2002 at 10:45:03AM +0200, Mundell, R. (Ronald) wrote: Does any one knows how to redirect one CGI page to another? I am writing a webpage to do login. on success it needs to reload a different page in its place otherwise it must reload itself. If anyone can help me, please do. from perldoc

Printing CGI WEB Pages

2003-01-03 Thread Mundell, R. \(Ronald\)
Title: Printing CGI WEB Pages Good Day All does any body know how to print a page out of Perl Thanks Ronald

Staroffice 6.0

2002-12-28 Thread Mundell, R. \(Ronald\)
Title: Staroffice 6.0 Sorry to move off the track a bit but does any one know where I can get hold of Staroffice 6?

Environment variables

2002-12-19 Thread Mundell, R. \(Ronald\)
Title: Environment variables Good Day All How do one set an Environment variable out of a perl script, let say PATH? Ronald

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: Daemon Status

2002-11-18 Thread Mundell, R. \(Ronald\)
, Regards Marty - Original Message - From: Mundell, R. (Ronald) To: '[EMAIL PROTECTED]' ; [EMAIL PROTECTED] Sent: Monday, November 18, 2002 11:53 AM Subject: Help: Daemon Status Good Day all I want to monitor a daemon for activity

RE: Help DynaLoader

2002-11-06 Thread Mundell, R. \(Ronald\)
]] Sent: 07 November 2002 07:49 To: Mundell, R. (Ronald); [EMAIL PROTECTED] Subject: Re: Help DynaLoader - Original Message - From: Mundell, R. (Ronald) [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, November 07, 2002 4:22 PM Subject: Help DynaLoader Good

Per and MQ

2002-10-16 Thread Mundell, R. \(Ronald\)
Good Day All Does anyone know if there is a module for perl to talk to IBM's MQ series? Ronald Mundell EMAIL: [EMAIL PROTECTED] 105 West Street Ground Floor B-Block Room: BG3 Phone: 881-3751(Office) 083 411 1107(Mobile)

Unicode

2002-10-10 Thread Mundell, R. \(Ronald\)
Good Day All I am trying to access a Com DLL using Perl. The DLL was written in Visual Basic and return a "ByRef szData as String" Variable. When I pass Data to it, it receives the data and works. The problem is when retrieving data back from this DLL. The Visual Basic String is equal