http://www.perlmonks.org?node_id=448882


in reply to Re^5: Four part JAPH
in thread Four part JAPH

Adding $;=""; before END as per cog's request, makes things worse:

J:\>perl japh <60|2|4|1|> <60|2|4|1|> <60|2|4|1|> <60|2|4|1|> <60|2|4|1|> <60|2|4|1|> éÇst anoth}{ {}{" hack}{,

And perl -e 'print "<$;>"'

Gives nothing. Maybe a newline?

Maybe someone else can help?

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^7: Four part JAPH
by ambs (Pilgrim) on Apr 18, 2005 at 14:29 UTC
    $; default value is "\034". Set it to that value.

    Update: Ok, it seems it is not related with the contents of this variable.

    Alberto Simões