Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by johnday

  1. johnday

    LWP with SSL support

    The first test it failed is this: #!/usr/bin/perl use lib qw(../lib ./lib); use Net::SSL; my $sock; eval { $sock = Net::SSL->new( PeerAddr => '127.0.0.1', PeerPort => 40000, Timeout => 3, ); }; print "1..1\n"; print $@; if($@ && ($@ !~ /Connect failed/i)) { print...
  2. johnday

    system("") + perl -pie = hell?

    Did you try closing the parenthesis?
  3. johnday

    LWP with SSL support

    What operating system? What Perl? What was the Crypt::SSLeay error when you inistalled?
  4. johnday

    Apache wont execute CGI (Win XP)

    I have installed Apache 2.0.43 on my Win XP-Pro machine. All works fine except my application has CGI files outside cgi-bin. I have set the Options +ExecCGI for that directory and the AddHandler cgi-script ,cgi is in place. Any clues? John Day John@wordsnimages.com

Part and Inventory Search

Back
Top