Re: ? getting appended to file name while writing o file

2015-03-20 Thread Carl Inglis
Please don't piggyback on an existing thread. Start a new thread with an email to the group address. On 20 Mar 2015 11:34, "Uday Vernekar" wrote: > when i use $numberOfPingPackets=2; > > I get following warning? > > PING 192.168.240.55 (192.168.240.55) 56(84) bytes of data. > > --- 192.168.240.5

Re: ? getting appended to file name while writing o file

2015-03-20 Thread Uday Vernekar
when i use $numberOfPingPackets=2; I get following warning? PING 192.168.240.55 (192.168.240.55) 56(84) bytes of data. --- 192.168.240.55 ping statistics --- 2 packets transmitted, 0 received, 100% packet loss, time 11000ms Use of uninitialized value in index at ./pinglog.pl line 26, line 4.

Re: split regex

2015-03-20 Thread Shlomi Fish
Hi Danny, On Thu, 19 Mar 2015 21:42:53 + "Danny Wong (dannwong)" wrote: > Nevermind. I used regex to accomplish what I wanted instead of the split > command. Thanks guys! > Just a note in general: sometimes when a simple split or a regex match fails you may opt to employ more complex pars