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 wOOdy-Soft 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: mackiew
  • Content: Threads
  • Order by date
  1. mackiew

    Round function !!!!

    Hi Exists or how I do an function that : my $number = 23.23412347 round($number , 2 ) = 23.23 ??? Thanks !
  2. mackiew

    Ping port ???

    Hello ! does anyone know if the "ping" service has a particular port, such as web service uses to be number 80 ? thanks.
  3. mackiew

    To eliminate repeated of an array

    Exist some function to eliminate repeated elements of an Array ??? Example @array = ('a','b','a','x','x','b','c') after function(\@array) @array = ('a','b','x','c') Thanks
  4. mackiew

    SW process not finish

    Hello, I have this problem: I run a Perl program that creates a lot of children processes (with fork) and finishes when all the children have finshed their job (Each one of the children processes performs a task and then finishes). Sometimes the processes that are created with the fork finish...
  5. mackiew

    Pass parameter to a program ???

    Hello ! I have a perl program called myPerlProgram. I want pass a parameter myParameter (scalar) to it as: comandLine> myPerlProgram myParameter <Enter> What code must I include in myPerlProgram to catch myParameter into the program? How I do it?? Thanks !
  6. mackiew

    Perl DBI help Connection refused !!!

    I have this problem: The next message appears when I try to make an INSERT into a table: Connection refused DBD::Pg::st execute failed: ERROR: parser: parse error at or near &quot;refused&quot; The situation is the next: I have a lot of processes making insertions in the same database, and...
  7. mackiew

    fork( ) in Perl Help!!

    I am having this problem: I have Perl script that uses a “for” to launch many processes children using “fork”, the problem is that: the children are left zombies, and therefore arrives at a point in which we cannot create more processes . We thank for any aid that can give us. Our code is...
  8. mackiew

    Net::Ping & Net::DNS help

    Help for this modules users

Part and Inventory Search

Back
Top