Hey
I'm having diffuculties with parsing a logfile.
i got this as input: ( its been filter so its like this)

"monkey killed elephant with stone"
  $1     $2      $3     $4   $5

but when someone has a name with spaces

" monkey killed elephant master with stone "
    $1     $2      $3      $4    $5    $6
  
I want "elephant master" to be read in as one word into $3 instead of
$3 and $4 .. 
I'm pretty new to perl, take that into consideration when explaining a
good way to solve my problem. :)

//Adam 


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to