Help for this page

Select Code to Download


  1. or download this
      push(@dst, $dst); 
      push(@service, $service);
    
  2. or download this
      @data{$dst}{$service}++;
      if ($data{$dst}{$service} == 50) {
        do magic; }
    
  3. or download this
    --
    package Lizard::King;
    sub can { do { 'anything'} };