Help for this page

Select Code to Download


  1. or download this
    ! /^\s*$/
  2. or download this
    /\S/
  3. or download this
    if ( /^(\w+)\s+([\d.]+)/ ) {
    
       ($names[$l],$versions[$l])=($1,$2);
       ++$l;
    
    else { . . .