Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Re: How do I get the child's data?

by pepik_knize (Scribe)
on Jun 15, 2002 at 00:52 UTC ( [id://174769]=note: print w/replies, xml ) Need Help??


in reply to Re: How do I get the child's data?
in thread How do I get the child's data?

Thanks, this looks like what I ought to do. I don't really understand
print "$$: ", int rand 0x7FFFFFFF, "\n";
Could someone explain that bit?

Replies are listed 'Best First'.
Re: Re: Re: How do I get the child's data?
by BazB (Priest) on Jun 15, 2002 at 14:14 UTC
    print "$$: ", int rand 0x7FFFFFFF, "\n";

    ...Is just some random data to show that your child process is doing something.
    $$ is the process ID of a process (in this case the child process).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://174769]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-25 08:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found