Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
          print( "$title $address $city $state $phone $lat $long $bus_url\
    +n" );
       }
    }
    
  2. or download this
    
    <ResultSet>
    ...
    
    </ResultSet>
    
  3. or download this
    Can't call method "getData" on an undefined value at parse_xml.pl line 74.
  4. or download this
    if( $#BusUrl < 0 )
    if( length $contact->getElementsByTagName( "BusinessUrl" ))
    ...
    if (defined ( $contact->getElementsByTagName( "BusinessUrl" )))
    if ($BusUrl)
    if ($BusUrl->item( 0 )->getChildAtIndex( 0 )->getLength)