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!

Search results for query: *

  1. plasmacam

    cookie problem

    nevermind i got it. thanks.
  2. plasmacam

    cookie problem

    server 500 error. Doesnt make sence though as i just created a different cookie similar to this one and it works just fine.
  3. plasmacam

    cookie problem

    this is the entire script: #!/usr/bin/perl #print "Content-type: text/html\n\n"; use CGI qw(:standard); #prevent Perl from creating undeclared variables use strict; #declare variable my ($visits, $name, $C_visits, $msg); #retrieve Name cookie $visits = cookie('Visits'); $name =...
  4. plasmacam

    cookie problem

    Sorry I did not post eveything above, this is what is above: #!/usr/bin/perl use CGI qw(:standard); #prevent Perl from creating undeclared variables use strict;
  5. plasmacam

    cookie problem

    I am trying to set a cookie to track how manytimes a visitor has come to the site. I would like to set the cookie and work with it all on the same page. my code looks like the following: my ($visits, $name, $C_visits, $msg); #retrieve Name cookie $visits = cookie('Visits'); $name =...

Part and Inventory Search

Back
Top