http://www.perlmonks.org?node_id=1131555

Muskovitz has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks!
Can anyone teach or gimme an example of perl/tk and fork, for e.g my perl tk program will connect to remote mysql and return a result it won't hang or won't freeze i don't have codes to show cause i don't have idea on how those works. Thanks in advance!

Replies are listed 'Best First'.
Re: Basic examples of perl/tk and fork
by Anonymous Monk on Jun 23, 2015 at 02:02 UTC
Re: Basic examples of perl/tk and fork
by ww (Archbishop) on Jun 23, 2015 at 12:23 UTC

    The recommendation (found in the PerlMonks FAQ) to the general effect of show some effort has not been satisfied.

    At least show us which part of the basic instructional information the Monastery offers (HINT: see Tutorials) you don't understand.

    As others have said, "we can teach you but we can't learn for you."


    Questions containing the words "doesn't work" (or their moral equivalent) will usually get a downvote from me unless accompanied by:
    1. code
    2. verbatim error and/or warning messages
    3. a coherent explanation of what "doesn't work actually means.