Help for this page

Select Code to Download


  1. or download this
            for my $rec ( sort { $sortby->() } @{$dns_records{$_}} ) {
    
  2. or download this
            local *sortby = setsort($_);
            for my $rec ( sort sortby @{$dns_records{$_}} ) {
    
  3. or download this
    Array found where operator expected at ./sample.pl line 5, at end of l
    +ine
            (Missing operator before ?)