Help for this page

Select Code to Download


  1. or download this
        iprint " MAC: $mac : Contacting  API......\n" if $debug > 1;
        # Wrap call to API with eval
    ...
        };
        iprint " MAC: $mac $@" if $@;
    
  2. or download this
        iprint " MAC: $mac : Contacting  API......\n" if $debug > 1;
        # Wrap call to API with eval
    ...
        iprint " MAC: $mac $@" if $@;