view paper/src/debugPrint.pl @ 158:d2be76d48b00 default tip

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Wed, 17 Feb 2021 14:37:21 +0900
parents b1febd693942
children
line wrap: on
line source

sub debug_print {
  my ($functionName, $lineNumber, $line) = @_;
  print "[$functionName] match $lineNumber : $line";
}