Help for this page

Select Code to Download


  1. or download this
    
    perl -i.bak -pe 's/\<time\>(\d+)\<\/time\>/\<time\>sprintf("%06d",$1)\
    +<\/time\>/ if /\<time\>(\d{5})\<\/time\>/'  <file>
    
  2. or download this
    <time>sprintf("%06d",10001)</time>
    
  3. or download this
    
    <time>010001</time>