[Q] what is the right way to log what script does?

2018-01-19 Thread Zeus Panchenko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, I need to know what script did ... what is the best way to log script all LDAP related activity? is it something like? sub each_ldap_related_anything { ... use Storable; store \%all_things_to_log, 'file'; ... } - -- Zeus V. Panchenko

Re: [Q] what is the right way to log what script does?

2018-01-19 Thread Chris Ridd
> On 19 Jan 2018, at 14:26, Zeus Panchenko wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > hi, > > I need to know what script did ... > > what is the best way to log script all LDAP related activity? > > is it something like? > > sub each_ldap_related_anything { > ... > us