Re: [Perl-unix-users] (no subject)

2011-10-12 Thread ukhas jean
.I know what are to do to improve your health! http://nbfconstrutora.com.br/com.friend.php?ofriend=92ho7 ___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2009-07-17 Thread ajay yadav
___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2009-07-17 Thread ajay yadav
-- his ___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2006-05-29 Thread Bruno Stefanutti
___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2004-11-03 Thread Dior
  <>___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2004-05-27 Thread bruno stefanutti
Hi to all; I would like to access to Unix box via Windows 2000 Server executing some remote commad to change the password for a generic user of this unix box; more, I would like to avoid the prompt of the classic "passwd" program, giving the coorect parameters to the perl program In other words,

RE: [Perl-unix-users] (no subject)

2004-04-26 Thread Sean Scott
ttpd/notes.html#chroot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of PRASANTH M P Sent: Monday, April 26, 2004 3:20 AM To: [EMAIL PROTECTED] Cc: Bruce Hudson Subject: [Perl-unix-users] (no subject) Hi , Your favorable reply was so helpful for

[Perl-unix-users] (no subject)

2004-04-26 Thread PRASANTH M P
Hi , I am using thttpd as the webserver and perl as server-side-scritpting. Can we call a shared object (written in C) within the perl script.If it is possible how ? Can anyone show an example ? Thanks Prasanth ___ Perl-Unix-Users maili

[Perl-unix-users] (no subject)

2004-04-26 Thread PRASANTH M P
Hi , Your favorable reply was so helpful for me to solve the problem.The main problem was that the user which the webserver is running and he had not the permission to execute the command.So I simply use the -u option to specify the user of thttpd webserver and the complete command to star

[Perl-unix-users] (no subject)

2004-04-22 Thread PRASANTH M P
Hi all, I have a small problem when executing a linux command from a web page.I am using the thttpd server as the webserver.The code I used for executing linux command is my $test = `vconfig add eth0 2`; but it is reporting an error message to the browser

[Perl-unix-users] (no subject)

2003-02-03 Thread Turczyn, Bill
Hello gurus, I was curious if perl has modules that have the ability to plot or redraw items on a thematic map(using lat and long), which would be updated by events that are stored in a file '# 'delimted.  The main question  is not the implementation it is the ability to map objects onto a

[Perl-unix-users] (no subject)

2003-01-29 Thread sadanand limaye
Hi, the fork() works on Unix thr' perl? Anyone how knows fork equivalent on Windows? Regards, Sadanand _ Add photos to your e-mail with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail _

[Perl-unix-users] (no subject)

2003-01-23 Thread ptornero
Hi all; Here is my problem I have a nice script running fine in Windows. When I take it to Unix or Linux, it doesn't work. The problem seems to be the keys of a hash. Both win and unix create the hash rigth, but unix doesn't recognize words of a list as valid keys of the hash. To the naked eye, I

[Perl-unix-users] (no subject)

2003-01-16 Thread Rose Reusi-MacLean
Hi, Does the latest version of GNU's sed affect Perl v5.005_3. I'm getting an "insecure $ENV{PATH} while running setgid.." (Exit -255) pointing to a line of code (a get file command) in my Perl script. Before the installation, we have an older version of sed and never had this problem before.

Re: [Perl-unix-users] (no subject)

2002-10-29 Thread $Bill Luebkert
Pasi Valkeila wrote: Hello! I´m trying to run a script that uses Net::FTP and I get a "Can't locate FTP/Net.pm in @INC..." That appears to be backwards (could be your typo). Should be Net/FTP.pm . What does your use stmt look like ? How can I get a list of the modules installed on the server

[Perl-unix-users] (no subject)

2002-10-29 Thread Pasi Valkeila
Hello! I´m trying to run a script that uses Net::FTP and I get a "Can't locate FTP/Net.pm in @INC..." How can I get a list of the modules installed on the server that I'm using? Pasi, Finland ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsub

[Perl-unix-users] (no subject)

2002-10-01 Thread Charles zhao
Pls included me in your mailing list. __ Do you Yahoo!? New DSL Internet Access from SBC & Yahoo! http://sbc.yahoo.com ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.Act

[Perl-unix-users] (no subject)

2002-08-11 Thread stuv48ac
Hello there. Do you know where can I find a good Perl Network Programming Tutorial?? Thank you. --- Runbox Mail Manager (free trial version - this tag is removed upon subscription) Try your own prem

[Perl-unix-users] (no subject)

2002-03-12 Thread Don . Johnson
confirm-unsubscribe 820487 ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] (no subject)

2002-01-21 Thread roboz
Hi All,       Please help me! Why doesn't the counter label count in real time in my Tcl/tk Perl script, though I configure the '$counter' label at all changes of  the "$i" variable.   Thanks: R. Beci      #!/usr/bin/perl -w   use strict;use Tk;$|=1;   # Create main windowmy $main = Main

[Perl-unix-users] (no subject)

2001-12-07 Thread Hong Wang
I don't know if I subscribed right mailing list. I have problem to build perl4. No problem for perl5. I know this is very old version, but i need it to build Momspider. Is anyone here still using perl4? I am trying to install perl on solaris2.6 . The perl4 needs two compiler, one is gcc or cc.

RE: [Perl-unix-users] (no subject)

2001-11-01 Thread david . b . deline
file. Regards, Dave DeLine -Original Message- From: mogikan [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 2:34 AM To: perl-unix-users Cc: mogikan Subject: [Perl-unix-users] (no subject) Dood day! I wrote a server which listens on a specific port and for each client splits

RE: [Perl-unix-users] (no subject)

2001-11-01 Thread Elston, Jeremy
e email system and is subject to archival and review by someone other than the recipient -Original Message- From: Vadim K [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 1:34 AM To: [EMAIL PROTECTED] Subject: [Perl-unix-users] (no subject) Dood day! I w

[Perl-unix-users] (no subject)

2001-11-01 Thread Vadim K
Dood day! I wrote a server which listens on a specific port and for each client splits child proccess (using fork()). I need to exchange between them (proccesses). I tried to use pipe (used socketpair function), but can create only one. I have such a general question: How to organize i

RE: [Perl-unix-users] (no subject)

2001-10-12 Thread John V. Pataki
, October 12, 2001 5:33 PMTo: '[EMAIL PROTECTED]'; Perl-Unix-UsersSubject: RE: [Perl-unix-users] (no subject) NAME    lib - manipulate @INC at compile time   SYNOPSIS    use lib LIST;       no lib LIST;   DESCRIPTION    This is a small sim

RE: [Perl-unix-users] (no subject)

2001-10-12 Thread Peter Eisengrein
AUTHOR    Tim Bunce, 2nd June 1995.     -Original Message-From: John V. Pataki [mailto:[EMAIL PROTECTED]]Sent: 12 October 2001 16:52To: Perl-Unix-UsersSubject: [Perl-unix-users] (no subject) All,   Either via downloading and running make, install, etc. or by running

[Perl-unix-users] (no subject)

2001-10-12 Thread John V. Pataki
All,   Either via downloading and running make, install, etc. or by running perl -MCPAN -e shell how do I specify where the module is to be installed?   I want to specify a local lib ( that is not a part of the perl installation directory structure ) for some modules to

[Perl-unix-users] (no subject)

2001-10-09 Thread Roboz Béla
[EMAIL PROTECTED]  

[Perl-unix-users] (no subject)

2001-09-25 Thread Enrique Vadillo
Hi, I'm trying to install perl::DBFiles in my solaris 8 distribution but when i try to 'make install' it -using gcc 2.95.3- it always looks for which does not exist in any solaris dist i have here. Does anyone know where the catch is? anyone got the same problem ever? Enrique- ___

[Perl-unix-users] [no subject]

2001-06-21 Thread Evulla
Hi. Need some help. I´ve done a little perlscript and to night we inserted into a site on the net. its a program where you answer a qustion and click OK. Yes or No. After each klick a txt file is suppose to handle the result and add one for whatever the answer is. When i run the program on

[Perl-unix-users] (no subject)

2001-04-21 Thread Christopher Terry
My linux web host is incredibly slow in upgrading their packages. As a result, I am trying to install a private, more current version of perl (they're running 5.004). Install the latest version resulted in Segmentation Faults any time you attempted to run perl. There would be no output, n

[Perl-unix-users] (no subject)

2000-11-06 Thread A. Kariel
Hi, I am looking to add a couple perl users to my icq contact list. I've been programming in perl for about 6 months and have occational questions etc, so if you want to get on my contact list and add me to yours please icq me: 91905132. Thanks, Tim