RE: [Perl-unix-users] Setting variables with a module

2002-01-16 Thread Craig Sharp
Correct, the variables are special variables for Informix and Peoplsoft. >>> Peter Eisengrein <[EMAIL PROTECTED]> 01/16/02 03:45PM >>> you mean vars other than what is in %ENV ? > -Original Message- > From: Craig Sharp [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 200

RE: [Perl-unix-users] Setting variables with a module

2002-01-16 Thread Peter Eisengrein
you mean vars other than what is in %ENV ? > -Original Message- > From: Craig Sharp [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 16, 2002 15:20 > To: [EMAIL PROTECTED] > Subject: [Perl-unix-users] Setting variables with a module > > > Hello, > > > > I would like to be able t

[Perl-unix-users] Setting variables with a module

2002-01-16 Thread Craig Sharp
Hello, I would like to be able to set variables by using a module. The module would be simple but provide a list of variables such as: $PSOFTDIR=/psoft/bin; An example for the calling program would be: #!/usr/bin/perl use module_name; print $PSOFTDIR; Is there an easy way t

Re: [Perl-unix-users] Mime Types in emails

2002-01-16 Thread Jenda Krynicky
From: "Geoff Ellis" <[EMAIL PROTECTED]> > I have a small problem which maybe a little OT to the unix list... > I've got a small app which runs on debian linux, which polls a mail box and > foreach message that arrives I grab the subject line and the body data. > These emails are

[Perl-unix-users] Mime Types in emails

2002-01-16 Thread Geoff Ellis
I have a small problem which maybe a little OT to the unix list... I've got a small app which runs on debian linux, which polls a mail box and foreach message that arrives I grab the subject line and the body data. These emails are usually replies from people. When I send the email out, I put in t