Re: Enter Customer Information
Bob Beck <[email protected]>
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
Thanks, fixed. missing spaces at end of print lines int the scripts. -Bob * Nate Montague <[email protected]> [2006-10-04 19:53]: > When using the OpenBSD On-line Ordering form on https.openbsd.org/cgi- > bin/order at the Enter Customer Information phase the information blurb > underneath the order summery has a couple of typos, :s/theU/the U/g > should fix the two I saw, where, " If you are outside theUnited States > or Canada," and, "A Postal Code/Zip code is required for theUSA and > Canada," both have a missing space between the, "the," and the, "U." > > Just to tip you off to that one. > -- #!/usr/bin/perl if ((not 0 && not 1) != (! 0 && ! 1)) { print "Larry and Tom must smoke some really primo stuff...\n"; }