% include('/elements/xmlhttp.html',
'url' => $p.'misc/phonenums.cgi',
'subs' => [ $opt{'prefix'}. 'get_phonenums' ],
)
%>
% unless ( $opt{'tollfree'} ) {
Finding phone numbers
Select a different city/exchange
% }
<%init>
my %opt = @_;
$opt{disabled} = 'disabled' unless exists $opt{disabled};
%init>