Gossamer Forum
Home : Products : DBMan : Discussions :

Dbman and Apache Display

Quote Reply
Dbman and Apache Display
Hi,
Running DBman on a Raq4 for sometime, untill the system had to be reinstalled, and the sites backed up.
After reinstalling I now find that Perl is acting very strange and displaying bdman output from Z to A rather than from A to Z.
For eg
The below Sub would display files abc and now it is doing it cba??

Any ideas
foreach $file (@files) {
next if ($file =~ /^\./); # Skip "." and ".." entries..
next if ($file =~ /^index/); # Skip index.htm type files..
$image[$j] = $file;
$j++;

}
Subject Author Views Date
Thread Dbman and Apache Display Syte 4229 Aug 25, 2005, 8:59 AM
Thread Re: [Syte] Dbman and Apache Display
JPDeni 4150 Aug 25, 2005, 10:01 AM
Thread Re: [JPDeni] Dbman and Apache Display
Syte 4121 Aug 25, 2005, 1:49 PM
Thread Re: [Syte] Dbman and Apache Display
Syte 4130 Aug 25, 2005, 2:08 PM
Post Re: [Syte] Dbman and Apache Display
JPDeni 4117 Aug 25, 2005, 4:09 PM