Help for this page

Select Code to Download


  1. or download this
    C:\Dokumente und Einstellungen\Max\.cpan\build\Net_SSLeay.pm-1.25>perl
    + Makefile.
    pl -windows d:\Programme\OpenSSL\
    ...
    932: ssl read failed at examples/cli-cert.pl line 53.
    NMAKE : fatal error U1077: 'C:\WINNT\system32\cmd.exe' : return code '
    +0x1'
    Stop.
    
  2. or download this
    C:\Dokumente und Einstellungen\Max\.cpan\build\Net_SSLeay.pm-1.25>perl
    + -V
    Summary of my perl5 (revision 5 version 8 subversion 1) configuration:
    ...
        D:/perl/site/5.8.1/lib
        D:/perl/site/lib
        .
    
  3. or download this
    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ;    # The  
    $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
    ($c = $d->accept())->get_request(); $c->send_response( new   #in the
    HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' #  web