in reply to Re: Re: The One True Style of indentation:
in thread The One True Style of indentation:

A slightly different way to do that:
perl -pi -e 's/\G\t/ /g' foo.pl
(Adapted from a "replace-leading-zeros-with-spaces" oneliner I seem to remember)

Update: looks like the original came from merlyn after dominus offered a suggestion similar to japhy's

-Blake

Replies are listed 'Best First'.
Re: Re3: The One True Style of indentation:
by hsmyers (Canon) on Apr 16, 2002 at 11:53 UTC
    Ummm-- I think that was a 'dictum', not a suggestion...

    –hsm

    "Never try to teach a pig to sing…it wastes your time and it annoys the pig."