Help for this page

Select Code to Download


  1. or download this
    ($var1, $var2) = ($1,$2) if /(\S+)\s+(\S+)/;
    
  2. or download this
    ($var1,$var2) = ($1,$2) if /^\s{9}(\S+)\s{10}(\S+)/;