What exactly is a logger statement?

anup2010

Disciple
Guys I'm stuck with a problem definition where i have to add logger statements in "perl"(the scripting language).I really don't know what perl is and i definitely don't know what a logger statement is please help me.
 
perl is a programming language and the "logger" statements could be anything, e.g. printfs to document what your script is doing..probably you could tell us the exact problem..
 
anup2010 said:
Guys I'm stuck with a problem definition where i have to add logger statements in "perl"(the scripting language).I really don't know what perl is and i definitely don't know what a logger statement is please help me.

if you want any help in perl atleast, feel free to pm me.

(i have never used logger as my project has a custom logging tool.so dont have much idea using it from perl. though as long as it is a unix command it can be easily done in perl via system function or via backtick operator
 
Back
Top