> May be a perl scipt can help. :-)
> 
> use Benchmark;
> my $r=Benchmark::cmpthese(1000,
> {
>   clang => sub {
> 
>     # place your c program here
>     system(c_prog);
>   },
>   python => sub {
> 
>     # place your python program here
>     system(python_prog);
>   }
> });

Perl is evil and Larry Wall is the Anti-Guido. Python has 
rescued me from the abyss of Perl syntax and one day you 
too shall be saved.


_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to