Recent content by timd718

  1. T

    How do I use LocalBar2 to install BAR apps on my Blackberry Playbook?

    I was able to install LocalBar2 on my playbook, but I don't know what to type in for proxy address. I'm not sure exactly what I have to do to make it work. I downloaded and installed Privoxy on my PC and it says that its address is 127.0.0.1 but when I type that into the playbook it says cant...
  2. T

    Im programming in Perl, can I replace an element in an array with two new elements?

    For example, if I had the array @values=(1,2,3,4) is it possible that I replace the 2nd element with two new elements of 5 and 6; so @values would now equal (1,5,6,3,4)? And I don't care which number element the 5 and 6 take.
Back
Top