|
From: Chris N. <pu...@po...> - 2000-11-01 19:31:55
|
Also, I am changing the slashDisplay syntax. Instead of having a bunch of
flags, it will be a hashref, like:
my $foo = slashDisplay('hof-data', $hashref, { Return => 1, Nocomm => 1 });
However, if all you want is the Return flag set, you can still do:
my $foo = slashDisplay('hof-data', $hashref, 1);
So there are really two syntaxes:
slashDisplay(NAME, DATA, OPTIONS)
slashDisplay(NAME, DATA, RETURN)
Right now, three options are recognized: Return, Nocomm, and Section.
Section allows you to specify a specific section (such as "tacohell"), no
section (the special text "NONE"), or let it use whatever current section
you happen to be in (the default).
--
Chris Nandor pu...@po... http://pudge.net/
Open Source Development Network pu...@os... http://osdn.com/
|