On Wed, 2005-08-31 at 02:51 +0200, Martin Baehr wrote:
> that does not handle stdin.
> you want something like:
>
> STDIN.each {
> |line|
> puts URI.unescape(line)
> }True. My bad. Cheers, Roy.
On Wed, 2005-08-31 at 02:51 +0200, Martin Baehr wrote:
> that does not handle stdin.
> you want something like:
>
> STDIN.each {
> |line|
> puts URI.unescape(line)
> }True. My bad. Cheers, Roy.