On Jeudi 14 Février 2002 01:22, [EMAIL PROTECTED] wrote :
> You might be able to force them to officially accept it like this:
>
> #!/usr/bin/perl
> system("perl -e'....")
>
> I think that's within the rules.

Excerpt from the rules:
 The program may only use the perl executable, no other executables on the
 system are allowed (the program may use itself though). 

Since you call the perl executable, it's perfectly fine. But supposing you 
submitted 
system("echo...
then this one isn't within the rules.

Jerome
-- 
[EMAIL PROTECTED]

Reply via email to