Help for this page

Select Code to Download


  1. or download this
    if (length != 3 || !/^(\d*)\s*/){
      die "invalid data";
    } else {
      print "your number without spaces is '$1'\n";
    }