Recent content by Tumbleweed

  1. T

    Any Ideas?

    Is that a "NO" then? T.
  2. T

    Any Ideas?

    I have a pain (an ache, not a sharp pain) in my lurabar region, I'm 64 and overweight, I'm recovering from recent brachytherapy for prostate cancer. I can twist, bend and touch my toes. Sitting down I have no back pain. But if I stand up for more than a few seconRAB the pain comes on and...
  3. T

    Using Active Perl : how to load file and read every line?

    open(i,"<url.txt"); while(<i>) { chomp; print $_,"\n"; } close(i); ---------------------------- The "chomp" command removes any carriage returns and/or linefeeds. The "$_" variable will contain the line of text. The "while" loop will terminate when there is no more input.
  4. T

    Contacting LG Cyon Korea?

    I have the website for LG Cyon in Korea, but I've run it through a translator and I can't find a "contact" option anywhere. Does anyone know the email address for LG Cyon's customer services? Thank you.
Back
Top