You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2002/04/04 04:25:27 UTC

cvs commit: modperl-docs/bin untabify.pl

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: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org