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 Mike Lewis 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: *

  1. jvchamary

    Printing to STDIN?

    . KevinADC, yes, ideally I'd have preferred to use command line arguments and then execute via e.g. a 'system' call. However, the programme that I'd like to run "non-interactively", has already been conveniently provided as a binary. In principle, I could modify the source and then re-compile...
  2. 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.
  3. jvchamary

    NEED FONT!!! I'M DESPERATE

    Hi, See if you can find them at one of these sites... http://www.1001fonts.com/ http://www.abstractfonts.com/fonts/ http://www.coolarchive.com/fonts.cfm http://www.fontface.com/main.html http://www.fontfile.com/ http://www.fonts-free.com/ http://www.larabiefonts.com/
  4. jvchamary

    GET images

    Thanks Dunacn and Barbie, I'm off to Amazon.. ;)
  5. jvchamary

    GET images

    Thanks Duncan, that worked great! Humbling too, it reminds me of that t-shirt http://www.thinkgeek.com/tshirts/frustrations/374d/ If it's not too much trouble, could you point me in the direction of the book with the best chapter for a beginner to this sort of scripting? Again, much...
  6. 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...
  7. jvchamary

    Print to OUTFILE, not STDOUT

    Thanks for the suggestions, unfortunately I've been extremely busy over the last few days and have only just had a chance to try them out. raklet # both 'script1.pl' and 'script2.pl' contain the output2file subroutine # the sub is being evoked, as I have test-printed to STDOUT from it # both...
  8. jvchamary

    Print to OUTFILE, not STDOUT

    Ah, thanks for that, obviously I wasn't clear enough. :D I'm not trying to capture the output! All 'script1.pl' does is create and then analyse text files (using 'script2.pl') in turn, i.e. @Is = (0..2); foreach $i (@Is) { # printout $results_$i from 'script1.pl' to output file # analyse...
  9. 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