Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jvchamary
  • Content: Threads
  • Order by date
  1. jvchamary

    Printing to STDIN?

    Hello! Quick question... I'm currently using a program that asks for user input via STDIN, but I'd like to run it non-interactively from a perl script. I had hoped that the following would work, but it doesn't... print(STDIN "input\n"); Thanks in advance for your help! JVC.
  2. jvchamary

    GET images

    Hello! I primarily work with data in text files, but on occasion I download html files. Recently, I tried adapting one of my scripts so that I can download images from the web. Unfortunately, while I can create files, they either can't be viewed or look really weird (sometimes one can just...
  3. jvchamary

    Print to OUTFILE, not STDOUT

    Hello experts! I've been writing scripts to answer biological questions in evolutionary genomics for just over a year and have recently come across a rather strange problem involving STDOUT. To write my data to an output file, I have written a subroutine so that I can print to several outfiles...

Part and Inventory Search

Back
Top