Help for this page
# this is in file Common_Code.pm package Common_Code; ... 1;
#!/usr/bin/perl use Common_Code; ... Common_Code::log_debug_message( $a1, $b2, $c3 );
DEBUG: I see red, blue, green.