Help for this page

Select Code to Download


  1. or download this
    sub logtime {
        my( $oref, $freecall, $voicemail, $osname, $dur, $bnum ) = @_;
    ...
    else {
        warn 'Undefined or unknown osname';
    }
    
  2. or download this
    my %calls = (
        voice => {
    ...
           456 => undef,
        ],
    );
    
  3. or download this
    
    my %calls = ( ## Keys are possible $bnum values
    ...
       789 => 'voice',
       ...
    );