Help for this page

Select Code to Download


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