Summary: hi im running apache web-server v.1.3 on my nt 4.0 machine. im programming in perl for my webpage. unfortunately i have a problem with a endless-loop ...
Summary: I installed ActivePerl because i wanted to check out FishMonger's "yesterday in two lines". [ActivePerl-5.8.6.811-MSWin32-x86-122208.msi] During the i...
Summary: Hi cyber, If you write code like you write "sentences" you'll have some adventures ahead. Humans are smart enough to sometimes figure out what is int...
Summary: A good FAQ is at ActiveState. "the browser isn't reckognising the #!/usr/bin/perl" The server point has already been made. You should know there are ...
Summary: Hello, Im trying to invoke a simple perl script with in my visual c++ gui program to with c++'s system call feature: when i call: system("dir"); it wo...
Summary: Go into your .pl files and make sure that there is a "#!c:\perl\bin\perl.exe" or whatever your directorys are. You can always try reinstalling Perl. A...
Summary: The code should read: #!c:\perl\perl.exe -w open (PORT, "'less than symbol'COM1") or die "Cannot read from COM1"; $output1 = 'less than symbol'PORT'gr...
Summary: Try using the File::Find Perl module. Very easy to use and should come in your in your perl distribution. eg. #!/_/perl/bin/perl.exe use strict; use ...
Summary: WARNING SEVERE EDUCATION AHEAD, PROCEED WITH CAUTION: The Statement "Perl is an interpreted language" is TRUE because perl requires the perl engine (i...
Summary: Hi there I have loaded perl 5.2 onto my IIS 3.0 server NT4 SP4 My perls scripts work fine but my CGIs dont work even tho the are in /scripts directory...
Summary: I'm trying to use active state PERL for win 2000. I am having difficulty doing what was stated in a previous meddage from oct 99 in which someone wro...
Summary: OK all I figured out how to run CGI and Perl ext on my WIN 2K server! It took a combination of things to make this happen for me. First I completely ...
Summary: Hi thanks again for your reply last week to my question about activestate perl on win 2000 server I made the changes you suggested. goto start>pro...
Summary: I'm tryng to run cgi scripts for my web site running off IIS 5.0 on win 2k server, I have MS Visual interdev running and the .cgi and .pl files were ...