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 strongm 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: unholyangl
  • Content: Threads
  • Order by date
  1. unholyangl

    Win32 Process Input/Output

    I've developed a cross platform process management module for win32 and linux, tested on XP/Fedora4. Same ideas as a module like Proc::Background on cpan, but solves some problems I had with start_in directorys under windows and I implemented things I needed like manipulating processes which are...
  2. unholyangl

    Help with error handling...

    I'm trapping errors from a wrapper script like the following: eval { load(); }; Then errors are read with the $@ variable Now lets say we encounter a problem like the following... $hsoc = new IO::Socket::INET ( LocalHost => $LocalHost, LocalPort => $HostPort, Proto =>...
  3. unholyangl

    Need advice, encryption

    I have some ideas for a custom encryption for the software I'm working on, and I'm trying to get some input if this would be efficient enough for a server environment possibly under a large work load at times (especially if some newb is attempting to flood it, allthough security procedures they...
  4. unholyangl

    foreach scope destroying array's when referenced! HELP!!

    What I've been writing is a module to process a string and execute code accordingly for a set of scripts i'm working on (ex: read data from sockets, hence making communication easier.) But heres my problem... Heres actual code: sub trim { my $str = shift; $str =~ s/^\s+//; $str =~...

Part and Inventory Search

Back
Top