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 dencom 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. vman123

    script with pipes does not work from cron

    have a script that works from command but not from cron. opens a pipe to read select from mysql then opens multiple processes to read output from that select via STDIN. can somebody lend a hand? thanks my $logdir = "piperead.$str.log"; open LOG, ">$logdir"; eval { open WP, '-|'...
  2. vman123

    XML::Simple Question

    I have an xml that looks like this: <FEED> <FEEDNAME>Lottery.com Current Results</FEEDNAME> <TIMESTAMP>9/24/2004 9:10:02 AM</TIMESTAMP> <LOTTERYRESULTS> <STATE stateid="MO" statename="Missouri"> <GAME gameid="MO544" name="Show Me 5 Paydown" >...

Part and Inventory Search

Back
Top