Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/src/debugPrint.pl @ 131:988b3024d685
update
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Feb 2021 05:49:37 +0900 |
parents | b1febd693942 |
children |
line wrap: on
line source
sub debug_print { my ($functionName, $lineNumber, $line) = @_; print "[$functionName] match $lineNumber : $line"; }