[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Prodecure Location Documentation
On Sat, 15 Jun 2002, Steve Graham wrote:
> Is there a procedures/subroutine location document such as:
>
> display_page: Page.pm
> exist_filename: Util.pm
> get_cart : UserDB.pm
> get_filename : Util.pm
> read_cookie: Util.pm
> send_mail: Util.pm
> set_cart: UserDB.pm
> set_cookie: Util.pm
> username_cookies: UserDB.pm
>
> I will try to make a list if possible, or if others feel the need, but want
> to make sure it isn't already done.
No, there isn't such a document, and it's a very low priority because it's
so easy to get real-time answers:
cd interchange/lib/Vend
grep -r 'sub display_page' *
etc.
However, any documentation you care to contribute will be appreciated.
Check out the 'docs' repository in CVS for stuff in progress.
Jon