The Boston Diaries

The ongoing saga of a programmer who doesn't live in Boston, nor does he even like Boston, but yet named his weblog/journal “The Boston Diaries.”

Go figure.

Friday, January 14, 2005

Pressure

I do not handle stress well.

Wednesday was bad.

Yesterday wasn't that bad, but I fell asleep almost immediately upon coming home, and still managed to get up late.

Today is bad.

As if osCommerce wasn't bad enough (that site … how can anybody use that site? It's the most horribly designed site I've come across) I now get to debug the Dansie Shopping Cart.

Woot!

Only 102 warnings when run with /usr/bin/perl -w (and since perl spits out those warnings when the script runs, it confuses Apache).

Running it without the warnings option gives me:

": No such file or directory

I also like this bit:

 # May not be used without purchasing a license. Do not attempt to run this
 # script on a site other than which it was licensed for.
 # Modification of this script other than:
 # 1. Adjusting the perl path in the first line above.
 # 2. Or setting the $vars variable below.
 # May void your right to technical support and subject you to legal action.

And the customer is upset because she paid for this and she doesn't understand it worked on four other servers and why can't I fix it and … and … and … and …

According to this, I can't debug their 4,000 line script (technically, it was one line; all the formatting had been removed to protect the guilty) without subjecting her to possible legal liability and voiding her warrentee.

The conversation went downhill from there.

The upshot: the customer doesn't care—she wants it working.

So I get the job of debugging some wonderful perl code.


I'm ready to run screaming towards the hills

I'm attempting to debug the shopping cart from hell. I finally got rid of the warnings, and the script is generating the following:

Set-Cookie: shopper_id=91548; path=/;
Content-type: text/html

<HTML>

But Apache still doesnt' like it. I poke around and fine a test.pl script:

#!/usr/bin/perl

print "Hello world\n";

Okay. I can build on this, adding stuff to see what Apache might be complaing about. I run this script from the command line and get “: bad interpreter: No such file or directory”.

Excuse me?

# which perl
/usr/bin/perl
# more test.pl
#!/usr/bin/perl

print "Hello world\n";

Huh?

I write my own version of this:

#!/usr/bin/perl

print "Hello world\n";

And it worked.

Me: 0. Desk 2:

Okay, probably some invisible character in test.pl that's giving the perl interpreter fits. Delete #!/usr/bin/perl and retype it.

: bad interpreter: No such file or directory

Me: 0. Desk 3:

Much mucking around later (and remember, this is a side trek from what I'm supposed to be doing—debugging some comercial perl script) I find out that not only is test.pl in the Microsoft text format, but that the version of vi (vi!) I'm using is “smart” enough to deal with the Microsoft text format and keep the file in that format!

Me: 0. Desk 4:

XXXX this, I'm going home.


I ran screaming towards the hills, only I didn't get so far

I should have stayed at work.

Weather wise it was a horrible day—raining and cold. The roads were slick and by the time I left the office, it was dark outside. And along Yamato Road, between Congress and I-95 is an infamous railroad crossing. As I was approaching the crossing guards decided to come down a second time, thus causing me to stop short, least the car get smacked across the top.

Only I got smacked across the rear by the person behind me.

I wasn't in a good mood to begin with; this certainly didn't help matters any.

After collecting my dark thoughts, and making a few calls to let some friends know I might either be late, or not arrive at all (it was, after all, the weekly D&D game) depending upon how things went.

Lake Lumina, being the large American car that it is, suffered no ill effects (except for the license plate, which now has a noticible dent in it). The car that hit me … well … it was hard to tell how much damage it received since it was pretty much beat up to begin with. The other driver and I discussed things for a bit and it was decided that there was no real reason to call the cops.

All things considered, it could have been worse.

The D&D game was a wash, but lately, it's been a wash every session, but since I rarely pay attention to it anyway, it was a nice way to relax (without the clamour of kids).

Obligatory Picture

[The future's so bright, I gotta wear shades]

Obligatory Contact Info

Obligatory Feeds

Obligatory Links

Obligatory Miscellaneous

You have my permission to link freely to any entry here. Go ahead, I won't bite. I promise.

The dates are the permanent links to that day's entries (or entry, if there is only one entry). The titles are the permanent links to that entry only. The format for the links are simple: Start with the base link for this site: https://boston.conman.org/, then add the date you are interested in, say 2000/08/01, so that would make the final URL:

https://boston.conman.org/2000/08/01

You can also specify the entire month by leaving off the day portion. You can even select an arbitrary portion of time.

You may also note subtle shading of the links and that's intentional: the “closer” the link is (relative to the page) the “brighter” it appears. It's an experiment in using color shading to denote the distance a link is from here. If you don't notice it, don't worry; it's not all that important.

It is assumed that every brand name, slogan, corporate name, symbol, design element, et cetera mentioned in these pages is a protected and/or trademarked entity, the sole property of its owner(s), and acknowledgement of this status is implied.

Copyright © 1999-2024 by Sean Conner. All Rights Reserved.