Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'target' => '1.1.1.1',
    ...
              'priority' => undef,
              'action' => 'add'
            };
    
  2. or download this
    sub db_retrieve_records {
            my $select_query = "SELECT * from records where session=$sessi
    +on";
    ...
            }
            return \@loop;
    }
    
  3. or download this
    sub mail {
            local $self = shift;
    ...
            );
            my $success = $mail->send('sendmail');
    }