Help for this page

Select Code to Download


  1. or download this
    #{#string#10.0.0.1#;#string#10.0.0.2#;#string#10.0.0.3#}# and so forth
    +.
    
  2. or download this
    my @dnsSuffixList=('10.0.0.1', '10.0.0.2', ... );
    
  3. or download this
    my @dnsSuffixList = qw ( 10.0.0.1 10.0.02 10.0.03 10.0.04 );
    
    my $str = join ('#;#string#', @dnsSuffixList);
    $str =~ s/$str/#{#string#$str#}#/;
    # print $str;