Hi there,
        Thanks for the help. Unfortunatly i have been unable to get it working
though. Could you please explain a few things to me.
1. What does "my" do?
2. I have been storing the output into the output_arr variable is this what
i am supposed to do?
3. What is the "$error_num = $1" doing. I know that it is storing something
into error_num and suppossedly what i searched for but i dont follow it.

Thanks,
Matthew Blacklow


>my $error_num;
>
>while(@output_arr) {
>
>       if(/Error: (\d*)/) { $error_num = $1 }
>}


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

Reply via email to