Another pattern question

2001-07-26 Thread Daniel Mester
Hi again, for example i have a file like : zxcvzxcv qwerasdf bnmmsdfgy I need to split the sentences into a variables in list. So i do it in 2 stages: 1. Remove the \t form each pair: foreach (@list) { push(@temp, (split(/\t+/, $_))); } 2. Then i remove the \n between the strings: f

System calls?

2001-08-16 Thread Daniel Mester
Hello all, i need to get some system data from Windows 2000 as number of currently opened sockets, running threads, handles and processes - what is the best way to do it? Thanks. Daniel. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]