Help for this page

Select Code to Download


  1. or download this
    use strict;
    open INFILE,"infile.txt";
    ...
      $os+=length($spaces)+total_os;
      return $spaces."<OS=$os>";
    }
    
  2. or download this
    my $space=qr/(?:<OS=\d+>|\s)/;