in reply to A little ++ script *gulp*

It seems to be printing out just '1' for me.

Are you trying to make it print out 'japh'? If so, the print statement can't just print out a '0', it actually has to fail.

Keep trying!

Replies are listed 'Best First'.
Re: Re: A little ++ script *gulp*
by jered (Initiate) on Aug 07, 2001 at 00:29 UTC
    Er no, it takes a command-line argument. It was $_=$ARGV[0] and $_ = unpack 'b*', chr, but I simplified that, so now it doesn't die properly if not given an argument.