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 Mike Lewis 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. eitremn

    perl help, very confused.

    ok, i fixed the dividing by zero issue w/ an if statement and everything is working ok. thanks for the help! in case you were still curious, the file format looked like: id#lastname#firstname#highscore#numgames#totalpins so when the user creates a new bowler i was having it output to the...
  2. eitremn

    perl help, very confused.

    i have a cgi file to display the league bowlers in a data file. it works just fine as long as their number of games, and scores aren't 0 (which it is set to by default). why wouldn't this print out the bowler information if those values are set to 0? #!/usr/local/bin/perl print...
  3. eitremn

    perl help, i'm so close.

    hello, i'm writing a perl script to take in user info and and write it to a file. my current code: #!/usr/local/bin/perl print "Content-Type: Text/html\n\n"; $str=$ENV{QUERY_STRING}; ($first, $second, $third) = split(/&/, $str); ($dummy, $newid) = split(/=/, $first); ($dummy, $newfName) =...

Part and Inventory Search

Back
Top