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 wOOdy-Soft 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 Ectoman

  1. Ectoman

    Random Link Displayer

    Anyone?
  2. Ectoman

    Random Link Displayer

    Sorry, but it was not. I am new to perl, and am still learning new things. It would be easier for me if you were to add the part I need to the program code above. I learn best when I see it in a finished programs. :)
  3. Ectoman

    Random Link Displayer

    I downloaded a script off the net that will display a random link taken from a text file. Here is what it currently shows: open (QUOTEFILE, &quot;<$data_location/$file&quot;) || die print &quot;Could not open ad links file&quot;; @line=<QUOTEFILE>; close (QUOTEFILE); srand; $array =...
  4. Ectoman

    IP Logging from an Input Form

    It works! Thanks so very much guys!! I will always come here for my help. (in perl forum next time).
  5. Ectoman

    IP Logging from an Input Form

    I have included that &quot;$ENV{'REMOTE_ADDR'}&quot; in the log part of the script and tested it. It doesn't work. Where should the part goBoating posted be in the whole mix? Should it be $FORM{'REMOTE_ADDR'}? Instead? What exactly is the part goBoating posted susposed to do? I understood the...
  6. Ectoman

    IP Logging from an Input Form

    Me again. I am running into problems figuring out how to make this script work. I am a total newbie, it is a wonder I've made it this far with my script. Here is just part of my large script: use CGI qw/:new/; my $cgi = new CGI; print $cgi->header, $cgi->start_html...
  7. Ectoman

    IP Logging from an Input Form

    Thanks goBoating. Daniel, sorry. I did not see the Perl forum.
  8. Ectoman

    IP Logging from an Input Form

    I am haveing trouble figuring out how to get an IP address to be recorded, from a form. I want it to output to a log file. I've already gotten the script written and working, I just need help to figure that out. I know of the &quot;$REMOTE_ADDR&quot; SSI command, but do not know how I would...

Part and Inventory Search

Back
Top