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 Chriss Miller 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: rwalters
  • Content: Threads
  • Order by date
  1. rwalters

    Perl "sleep" is not really sleeping

    When I use something like: $sleeptime = 60; sleep $sleeptime; the script still consumes a small amount of system resources while it is supposed to be sleeping. I have tried every variation of the sleep function that I can think of. I have also tried compiling the script, but, it does not...
  2. rwalters

    "Can't use undefined value as filehandle" AIX 5.3

    We are currently contemplating moving from AIX 5.2 to 5.3. The following example perl script works fine in 5.2, both has a script and compiled. In AIX 5.3 it works as a script, but gives "Can't use an undefined value as filehandle reference" when it is compiled. If I comment out the getopts...

Part and Inventory Search

Back
Top