add nasdaq composite to stock list.

git-svn-id: svn://10.0.0.236/trunk@28848 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com 1999-04-23 16:20:25 +00:00
parent 939b6d6e3c
commit 8d3cbe609d

View File

@ -987,7 +987,8 @@ sub stocks {
sub LoadStockList {
%stocklist = ("AOL" => [$channel],
"^DJI" => [$channel]);
"^DJI" => [$channel],
"^IXIC" => [$channel]);
if (open(LIST, $stockf)) {
%stocklist = ();