From the documentation it seems like a statement such as src_perl{foo()} are inline version of the multi line:

#+src_perl
foo();
#+end_src

But when exporting the org file to html I get the question "Evaluate this perl code on your system" for the inline version, but not for the multiline version. Is this a bug or did I miss something?

Thanks!
Dov