[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Automate Downloader?



PureBytes Links

Trading Reference Links



I should have mentioned that a good place to put the concatenation would 
be right before the line that translates lower to upper case:

$ticker = '#' . $ticker;
$ticker =~ tr/a-z/A-Z/;

This occurs for each of the different download scenarios (no date arg, etc.)

Cheers,

Jim
"May the Source be with you" :-)

On Mon, 7 Jun 1999, Bob Jagow wrote:

> Thanks for jumping in, Jim.
>   I redownloaded them last night after diddling the output with $line =
> '#';.
>> To put a # in front of your mf ticker using QM you can use the following
>> syntax:
>> 
>> $ticker = '#' . $ticker;