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!

Search results for query: *

  • Users: pstrom
  • Content: Threads
  • Order by date
  1. pstrom

    FORM SUBMISSION - EDIT RAW DATABASE

    NEW TO PERL / PROGRAMMING - NEED HELP URGENT!!! ARE WORKING ON A PERL-SCRIPT TO EDIT A "MEMBERS DATABASE" (RAW): #!/usr/bin/perl use CGI qw(:all); print "Content-type: text/html\n\n"; open ($inf, 'data/members.dat'); @data = <$inf>; close ($inf); print <<END_HTML; <html><head><title>Edit...

Part and Inventory Search

Back
Top