What if someone input this nice pice of code. Would you be prepared
for it?:
;rm -rf /
On Wed, 20 Jun 2001 21:11:09 +0200, [EMAIL PROTECTED] (Alen Sarkinovic)
wrote:
>Hi
>Can anybody send me code of perl that will take input from web and execute Unix
>command ,I mean SYSTEM(/bin/somecomma
and syntax.
Thanks
Alen
- Original Message -
From: "Curtis Poe" <[EMAIL PROTECTED]>
To: "Camilo Gonzalez" <[EMAIL PROTECTED]>; "'Alen Sarkinovic'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, June 20, 2001 9:40 P
--- Camilo Gonzalez <[EMAIL PROTECTED]> wrote:
> try
>
> system (/bin/somecommand $variable);
>
> or even
>
> `somecommand $variable`;
>
> -Original Message-
> From: Alen Sarkinovic [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, June 20, 2001 2:11 PM
> To: [EMAIL PROTECTED]
> Subject
try
system (/bin/somecommand $variable);
or even
`somecommand $variable`;
-Original Message-
From: Alen Sarkinovic [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, June 20, 2001 2:11 PM
To: [EMAIL PROTECTED]
Subject: need code
Hi
Can anybody send me code of perl that will take input fr