Help for this page

Select Code to Download


  1. or download this
    # 3 spaces, a tab, 3 more spaces, another tab and 3 more spaces (repre
    +sent by chr() for clarity)
    $test = chr(32)x3 . chr(9) . chr(32)x3 . chr(9) . chr(32)x3;
    
    ($first = $1, $second = $2) if $test =~ /(\s*)\t(\s*)/;
    
  2. or download this
    ($first = $1, $second = $2) if $test =~ /(\s*?)\t(\s*)/;