in reply to Re: Configuring a Perl script to extract certain records from an ASCII file
in thread Configuring a Perl script to extract certain records from an ASCII file
Grandfather, thank you for your reply, I appreciate it very much.
The initializations occur within the "forum.setup" file. As mentioned, this Perl new.cgi script is currently being used successfully to list the first three (3) messages within the forums specified in the script on the index.shtml web page using a SSI include statement. The script pulls information from a Perl-based forum software which uses ASCII database files (actual fields are shown in the code for reference purposes), not MySQL or any other database, and will be using this software in the future.
To clarify, I need help in the additional FOR or IF statements which are needed to properly select the moderator(s) records from the three ASCII databases (education, history, and news forums) which this script opens and searches through.
I hope to find a coding solution to this problem. Thank you again for your message.
Zoro
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Configuring a Perl script to extract certain records from an ASCII file
by Anonymous Monk on May 09, 2011 at 09:23 UTC | |
by the-Zoro (Initiate) on May 09, 2011 at 19:27 UTC | |
by Anonymous Monk on May 10, 2011 at 07:49 UTC | |
by the-Zoro (Initiate) on May 11, 2011 at 10:42 UTC | |
by Corion (Patriarch) on May 11, 2011 at 10:57 UTC | |
|