<div>HI:</div>
<div> </div>
<div>I want to implement a function like "get_current_lineno()/0" to get the current line number of the calling point? </div>
<div>Eg.</div>
<div>.....</div>
<div>....</div>
<div>io:format("current line is ~w\n",[get_current_lineno()])</div>
<div>.....</div>
<div> </div>
<div>the above code will print the line number of the calling point in the source file.</div>
<div> </div>
<div>How can I do this  in erlang?</div>