Help for this page

Select Code to Download


  1. or download this
    $x = 'abc de';
    $x =~ m/ /g;
    ...
    }
    print " 3=".pos $$orig_value;
    print " 4=".pos $x;
    
  2. or download this
    1=4 2= 3=4 4=4