Form mailer and environment variables

2004-04-30 Thread Jan Eden
Hi all, I wrote a little form mail script and start by setting the environment variables like this: BEGIN { $ENV{PATH} = /usr/sbin; delete @ENV{ qw( IFS CDPATH ENV BASH_ENV) }; } Now the actual directory (.) is obviously not searched anymore, since my $page_head = eval

Re: Form mailer and environment variables

2004-04-30 Thread Jan Eden
Jan Eden wrote on 01.05.2004: Hi all, I wrote a little form mail script and start by setting the environment variables like this: BEGIN { $ENV{PATH} = /usr/sbin; delete @ENV{ qw( IFS CDPATH ENV BASH_ENV) }; } Now the actual directory (.) is obviously not searched anymore, since my $page_head

Re: Form mailer and environment variables

2004-04-30 Thread Paul Archer
Tomorrow, Jan Eden wrote: Hi all, I wrote a little form mail script and start by setting the environment variables like this: BEGIN { $ENV{PATH} = /usr/sbin; delete @ENV{ qw( IFS CDPATH ENV BASH_ENV) }; } Why are you deleting these variables? Now the actual directory (.) is

OT: sockets

2004-04-30 Thread Frank DeLaTorre
All, Is there a perl sockets list I can get a hold of ? thanks for any help. -frank

Re: OT: sockets

2004-04-30 Thread Wiggins d'Anconia
Frank DeLaTorre wrote: All, Is there a perl sockets list I can get a hold of ? You mean mailing list? Many mailing lists, are listed here: http://lists.perl.org/ I didn't see one specifically for sockets. If you have socket related questions they wouldn't be off topic for the beginners list

Re: Form mailer and environment variables

2004-04-30 Thread Wiggins d'Anconia
Jan Eden wrote: Hi all, I wrote a little form mail script and start by setting the environment variables like this: BEGIN { $ENV{PATH} = /usr/sbin; delete @ENV{ qw( IFS CDPATH ENV BASH_ENV) }; } Now the actual directory (.) is obviously not searched anymore, since my $page_head = eval

Re: file renaming util in perl

2004-04-30 Thread reader
[EMAIL PROTECTED] (Peter Scott) writes: In article [EMAIL PROTECTED], [EMAIL PROTECTED] writes: Before starting to write my script designed to make filename changing easier I'd like to ask how to create an editable command line inside a perl script? [snip] Term::ReadLine Ah yes. Any idea

Kismet::Client

2004-04-30 Thread Andrew Gaffney
I'm looking at using the Kismet::Client module to create my own Kismet client that collects and displays the data I want. I've been looking through its documentation at http://search.cpan.org/~kaysb/Kismet-Client-0.03/Client.pm but it isn't very helpful. Do they just interface with a Kismet C