Well, I've never used this function, but from looking at it, this is my best explanation.
find(...) is a function. Everything inside are arguments.
=> implies hash pair. So, wanted => \&change, no_chdir => 1, are hash pairs.
@dirs is an array.
I'm not sure why "wanted" &...
How do you create a stand alone process that opens a telnet connection every 5 or 10 minutes to check on something? I know how to use Net::Telnet and everything, but how do you make that program a stand alone process?
thanks, Leon
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.