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 TouchToneTommy 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 AmandaBurke

  1. AmandaBurke

    How do you set the link up

    I'm sending you my code and maybe you can help to fix it. If you do not have time, I understand I'm going to keep trying to get it to work. Thanks so much for all of your help, I would not even be this far with out it. #!/usr/bin/perl -w # Constants for flock # $LOCK_SH = 1; $LOCK_EX = 2...
  2. AmandaBurke

    How to create a link

    Thank you goBoating, that part now works. I have another question know, how do I get that link to call the edit log screen, with all of the information from the same line of code??
  3. AmandaBurke

    How do you set the link up

    Hi, I have a text file that is saving my link in it. How do I tell the link, what to link to?? Because the link in the text file is the id field of the database and what I want it to do is to when the link is clicked to call up the edit page and display the information for the line of database...
  4. AmandaBurke

    How to create a link

    Hi, I'm writing a text file from one website and what I want to do is have the first column be a link to another web page. What I'm trying to do is save the HTML code right to the file, to create the link. IS there a better way to do this?? What I have is a text file that contains 9 tabbed...
  5. AmandaBurke

    Help Please with CGI/Perl Script

    Thanks a lot for the help. I did get it working before your reply came in, although I'm not sure how. I'm now going to go back and look at the code some more. Once again thanks a lot for the help.
  6. AmandaBurke

    Help Please with CGI/Perl Script

    Hi, I'm new to CGI/Perl programming and I'm having a lot of trouble with a script that I'm trying to get working. If some one could help me it would be great. Here is the code that I'm working on: if ($ENV {'REQUEST_METHOD'} eq 'POST') { read(STDIN, $buffer, $ENV{'CONTENT_LENGTH'})...

Part and Inventory Search

Back
Top