On Sat, Sep 6, 2008 at 1:43 AM, Michael Greb <[EMAIL PROTECTED]> wrote:
> Should wire order imply wire case as well?

I think it makes sense to be able to enable them separately.
Suggested interface:

  $h->scan(\&cb, original_order => 1, original_case => 1);
  $h->as_string(eol => "\n", original_order => 1, original_case => 1);'

--Gisle

Reply via email to