Re: need code

2001-06-20 Thread Michael Fowler
On Wed, Jun 20, 2001 at 09:11:53PM +0200, Alen Sarkinovic wrote: > Can anybody send me code of perl that will take input from web and > execute Unix command ,I mean SYSTEM(/bin/somecommand $variable) Despite someone's suggestion not to reply, I must. This is an insanely bad idea. Don't do t

Re: need code

2001-06-20 Thread Eduard Grinvald
For god's sake, nobody reply :) - Original Message - From: "Alen Sarkinovic" <[EMAIL PROTECTED]> Date: Wednesday, June 20, 2001 3:11 pm Subject: need code > > > > Hi > Can anybody send me code of perl that will take input from web > and e

need code

2001-06-20 Thread Alen Sarkinovic
Hi Can anybody send me code of perl that will take input from web and execute Unix command ,I mean SYSTEM(/bin/somecommand $variable) I have try everything but still not able to execute from web ,everything goes fine from command line :perl -T script.pl variable=blabla