in reply to Calling functions
You get the idea. Granted, like the others have said, if you're calling external programs, they may be running in the background....sub split_logfile(){ print "In sub split_logfile\n"; } sub gen_stats(){ print "In sub gen_stats\n"; } sub compress_logs(){ print "In sub compress_logs\n"; } sub clean_up(){ print "In sub clean_up\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Calling functions
by brendonc (Novice) on Mar 23, 2001 at 02:43 UTC |