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? Thanks for any hints, Christian
- Re: 'doing' inline scripts Christian Soeller
- Re: 'doing' inline scripts Brian Ingerson