NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Bad URLs (Score:1)
That's gotta be my #1 pet peeve of URLs anywhere.
--
xoa
Pet peeve (Score:2)
I second that. :)
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
I disagree (Score:1)
http://www.petdance.com/index.html
If you know that the web server is going to server up index.html and that's the file you are interested in referencing, I can see no bothering other people with the filename. However, the copyeditors at ORA have no clue about web server configurations. For instance, I frequently have index.pl files in the DocumentIndex list. Sometimes I'll have both an index.html and an index.pl (one of them is probably out of date). I guess I'm happy enough with the explicit filenames as
Re:I disagree (Score:1)
As to having index.html and index.pl in the same directory, that's the whole point of NOT specifying a file. Say you started with foo.com/dir/index.html, and now you realize you need some dynamic stuff. Now you have to point at foo.com/dir/index.pl. If you'd just started with foo.com/dir/, then the index.html to index.pl transformation could have hap
--
xoa