Help for this page

Select Code to Download


  1. or download this
    sub dBug_showArray {
        my $msg = shift;
        print "\n\n\Value of array '$msg' is:\n";
        ...
        ...
    
  2. or download this
    dBug_showArray("@currTime", @currTime);