Help for this page

Select Code to Download


  1. or download this
    $testString =~ s/\s+//g;
    
  2. or download this
    $testString =~ s/^/0x/;
    $maskResult = $testString & 400000000000000000000000;