On 10/09/01 13:26 +1200, Christian Soeller wrote:
> Maybe this is common Perl sense but...
> 
> I noticed when I use C<do> to pull in a script from within perldl (a
> fairly common idiom during interactive work) Inline doesn't read its
> __DATA__section as usual. In a nutshell:
> 
>   perl -e 'do "myinlinescript.pl';
>  One or more DATA sections were not processed by Inline.
> 
> Is that expected?

You should be able to override this by placing the following line in your
script:

    Inline->init;

Reply via email to