stas 02/04/03 18:25:27
Added: bin untabify.pl
Log:
- add the untabify script for others to reuse
Revision Changes Path
1.1 modperl-docs/bin/untabify.pl
Index: untabify.pl
===================================================================
#!/usr/bin/perl -pi
BEGIN {use Text::Tabs; $tabstop = 4;}
$_ = expand($_);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
