Help for this page

Select Code to Download


  1. or download this
    s/\xa0(\d)*/defined $1 ? ' ' : ''/e;
    
  2. or download this
    for ( $x, $y, $z ) {
        s/\xa0(\d)*/defined $1 ? ' ' : ''/e;
    }