Help for this page

Select Code to Download


  1. or download this
    my $match_queue = qr{ QUEUE   # literal word 'QUEUE'
                          \(      # literal open paren
    ...
        printf OUTPUT "QUEUE(%s) ------> RNAME(%s)\n",
                      $queue, $rname;
    }