diff options
Diffstat (limited to 'knewsticker-scripts')
-rwxr-xr-x | knewsticker-scripts/stock.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/knewsticker-scripts/stock.pl b/knewsticker-scripts/stock.pl index 9e07adf..6c8fe05 100755 --- a/knewsticker-scripts/stock.pl +++ b/knewsticker-scripts/stock.pl @@ -60,7 +60,7 @@ # Please set your stock symbols and the ticker you wish to retrieve them from # as follows: # Locate the Variable that is named 'my @tickers' -# within the parenthesis put as the FIRST values you ticker, for example yahoo +# within the tqparenthesis put as the FIRST values you ticker, for example yahoo # or yahoo_europe or any of the others mentioned above # any subsequent value seperated by a whitespace is a ticker symbol # such as MSFT or IBM or LNUX @@ -74,7 +74,7 @@ use POSIX qw(strftime); # encouraged, that you only use this when you have 1 stock symbol and not more. my $verbose = 0; -#Make sure you set the first value within the parenthesis to match the ticker +#Make sure you set the first value within the tqparenthesis to match the ticker #you wish to retrieve data from, such as yahoo or yahoo_europe. Each following #entry, seperated by a whitespace, represnts a stock symbol to the script my @tickers = qw(yahoo_europe IBM MSFT LNUX); |