----- Original Message ----- 
From: "Philippe M. Chiasson" <[EMAIL PROTECTED]>
To: <inline@perl.org>
Sent: Saturday, March 11, 2006 12:21 PM
Subject: [bug] Inline & Taint mode

I think this is a known bug.  See
http://rt.cpan.org/Public/Bug/Display.html?id=13084

I can generate essentially the same error  message by simply running:

use warnings;
use Inline C => <<'EOC';

int add(int a, int b) {
        return a+b;
    }

EOC

print "add(1, 4) == ", add(1,4), "\n";
__END__

I don't know if there's a workaround. There may (or may not :-) be some
helpful advice in the mailing list archive.

Cheers,
Rob

Reply via email to