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 Wanet Telecoms Ltd 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: izivt
  • Content: Threads
  • Order by date
  1. izivt

    piping

    I am having trouble piping the output of the &quot;at&quot; command to my program. it seems that it would work just like any function, but for some reason it does not output the info to STDOUT. ie. this works well.. ################## open(ATQ, &quot;atq|&quot;); while(<ATQ>) { print $_; }...
  2. izivt

    changing effective user

    I am in the process of making a web-based mail autoresponder for a network with more than 400 users. Since it is a security risk to run the actual server as a root, I decided to submit the requests to a specific folder, and have a cron running every 5 minutes or so to execute the requests. The...

Part and Inventory Search

Back
Top