Computing.Net > Process Library > perl.exe

perl.exe


Add YOUR Description | Descriptions | Common Problems & Solutions

Descriptions

No Descriptions Yet! Add one now!

Common Solutions and Problems

Killing Perl.exe !!
    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 ...

perl frolics
    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...

need help with perl
    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...

Perl for Windows - CGI
    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 ...

system() c++ perl .bat
    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...

Lost in the world of Perl script.
    Summary: Change #!/usr/local/bin/perl to #!C:\Perl\Bin\Perl.exe or to wherever it is installed. ...

Perl and Python on Windows Apache server
    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...

Perl serial port
    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...

searching dir in perl
    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 ...

something...nope nothing about perl
    Summary: WARNING SEVERE EDUCATION AHEAD, PROCEED WITH CAUTION: The Statement "Perl is an interpreted language" is TRUE because perl requires the perl engine (i...

using CGI scripts with IIS 3.0?, Perl works fine
    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...

Active State PERL and win 2k server/IIS help !!!!!!!!!
    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...

I figured out CGI and PERL on Windows 2K
    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 ...

Question about running perl scripts on Activestate PERL on WIn 2kServer
    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...

Perl on Win 2k
    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 ...