Help for this page

Select Code to Download


  1. or download this
    my $query = $dbh->prepare("SELECT * FROM Sector, Lane_has_Sector WHERE
    + Sector_idSector = idSector AND Lane_wid = ? ORDER BY metric");
    $query->execute($wid);
    ...
        push @authority, $prefix . $sec->{'authority'} . $suffix unless $p
    +refix . $sec->{'authority'} . $suffix ~~ @authority;
    }
    my $auth_list = join '<br>', @authority;