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!

Recent content by simomofo

  1. simomofo

    Problem setting Cookies in Perl

    I can't seem to set cookies in Perl no matter what. These are the two ways I 've tried: 1) using CGI.pm $cookie = $query->cookie(-name=>'DemoName', -value=>'success', -expires=>'+4h', -path=>'/'); print $query->header(-cookie=>$cookie); but all that does is print...

Part and Inventory Search

Back
Top