Re: mod_perl

2001-10-29 Thread John Griessen
... I read a little about apache alias for mod_perl and am confused. Can you use a normal server where perl scripts run and there is no alias of perl to mod_perl? What should be the first line of the script to point to mod_perl without an alias? John Griessen Austin TX script start that

Re: Sort or Array Assigning problem???

2001-10-27 Thread John Griessen
A way to do that is use lists again ...like you did to put values into @numbers_a for example $randomonea = @sorted_a[0]; $randomtwoa = @sorted_a[1]; $randomthreea = @sorted_a[2]; $randomfoura = @sorted_a[3]; . . .another way: (randomonea,$randomtwoa,$randomthreea,--,--,--,--,--,--,--) = @sort

Re: Sort or Array Assigning problem???

2001-10-27 Thread John Griessen
ax of above--for your experience...) ..use print staements to showintermediate variable contents while debugging your logical flow... Simplify, simplifyadd comments, add high level of abstraction comments that concisely say what the outcome is. John Griessen -- To unsubscribe, e-mail: