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
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
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
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
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