Dňa Pi 3. Máj 2002 15:38 CertaintyTech - Ed Henderson napísal:
> > How to get complete name of founded virus correctly ?
> > I used this line in Q-S:
> >
> > if ($DD =~ /\w(.*) infected with (.*)\n/) {
> >
> > With this I only get the first part of name on first line.
> > So I get only 'Wi', which
> How to get complete name of founded virus correctly ?
> I used this line in Q-S:
>
> if ($DD =~ /\w(.*) infected with (.*)\n/) {
>
> With this I only get the first part of name on first line.
> So I get only 'Wi', which is not good...
> I don't know how to get the second part from the second l