Help for this page

Select Code to Download


  1. or download this
    while (<>) {
      substr($_, 24, 0, ' ');
      print;
    }
    
  2. or download this
    $ perl -i~ -pe "substr($_, 24, 0, ' ')" your_file_name_here