Help for this page

Select Code to Download


  1. or download this
    ttl 20d
    tsig-key "/etc/bind/rndc.key"
    ...
        ttl 3h
        default <addr>
    
  2. or download this
        my $gr = (<<'__END_OF_GRAMMAR');
            {
    ...
                            | host_str
                                { ['hostname', $item[1]] }
    __END_OF_GRAMMAR
    
  3. or download this
    $VAR1 = [
              {
    ...
                }
              ]
            ];
    
  4. or download this
            {
                use warnings;
    ...
                            | /[^"\s]+/
    
            duration        : /(\d+)([smhdw]?)/ { $return =  get_duration 
    +($thisline, $1, $2) }