eff_i_g has asked for the wisdom of the Perl Monks concerning the following question:
---- ---- |01| |02| | | | | ---- ---- \ / ---- |03| | | ----01 = custom module 1
our $LOG; # the functions
open_log_and_error($file_name); # the above calls this function, imported from module 1, # which opens the file $file_name and ties it to the # handle $LOG write_log('stuff'); # the above calls this function, imported from module 1, # which does some processing and writes to $LOG
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Modules sharing?
by Zaxo (Archbishop) on Nov 04, 2005 at 02:09 UTC | |
|
Re: Modules sharing?
by asokoloski (Sexton) on Nov 04, 2005 at 02:08 UTC | |
|
Re: Modules sharing?
by tilly (Archbishop) on Nov 04, 2005 at 03:20 UTC | |
|
Re: Modules sharing?
by eff_i_g (Curate) on Nov 07, 2005 at 23:41 UTC | |
by 5mi11er (Deacon) on Nov 08, 2005 at 19:49 UTC | |
by eff_i_g (Curate) on Nov 08, 2005 at 20:16 UTC |