Help for this page

Select Code to Download


  1. or download this
    sub buscar_exten{
         my $exten=@_[0];
    ...
              print "}\n";
         }
    }
    
  2. or download this
    sub buscar_exten{
         my $exten=@_[0];
    ...
              $websock->queue_msg("evento llamada $exten\n");
         }
    }
    
  3. or download this
              on_close => sub {
                   my($code) = @_;
    ...
                   $cgi->{self} = undef;
                   $cgi = undef;
              },