Can you ping www.bribes.org?

C:\>ping /n 1 www.bribes.org Pinging www.bribes.org [151.236.47.137] with 32 bytes of data: Reply from 151.236.47.137: bytes=32 time=146ms TTL=44 Ping statistics for 151.236.47.137: Packets: Sent = 1, Received = 1, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 146ms, Maximum = 146ms, Average = 146ms

I can also reach port 80 and load the page in browser.

C:\>nmap -p80 www.bribes.org Starting Nmap 6.25 ( http://nmap.org ) at 2014-06-20 14:13 Pacific Day +light Time Nmap scan report for www.bribes.org (151.236.47.137) Host is up (0.034s latency). rDNS record for 151.236.47.137: bribes.org PORT STATE SERVICE 80/tcp open http Nmap done: 1 IP address (1 host up) scanned in 0.46 seconds

I can also hit it with ppm.

C:\>ppm install http://www.bribes.org/perl/ppm/DBD-mysql.ppd Installing package 'http://www.bribes.org/perl/ppm/DBD-mysql.ppd'... Error installing package 'http://www.bribes.org/perl/ppm/DBD-mysql.ppd +': Read a PPD for 'http://www.bribes.org/perl/ppm/ DBD-mysql.ppd', but it is not intended for this build of Perl (MSWin32 +-x86-multi-thread-64int-5.18)

In reply to Re^3: Issues with DBD::mysql - please help by fishmonger
in thread Issues with DBD::mysql - please help by drohr

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.