Is Embperl supposed to suppress the output of NUL characters?
Let's say for example that I want to write an embperl script that outputs a GIF
(here's a trivial example for illustration purposes):
[+
$http_headers_out{'Content-Type'} = 'image/gif';
local $escmode = 0;
`cat test.gif`;
Gerald Richter wrote:
>
> ...
> I will make Embperl also recogince hashrefs, than it will look like
>
> >
>
> that should be as easy as the hidden, isn't it?
Cool.
- Robert
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
>
> Thanks. The expressions like
>
>
>
> in my code make me happy - they make me feel like a Real Programmer ;-)
> Seriously
>
>
>
> where Embperl would recognize 'hidden' in URL context and do the right
> thing could be slightly more intuitive for us less-then-advanced perl
> programm