Help for this page

Select Code to Download


  1. or download this
    sub getquote
    {my($sym,$qdate)=@_; # Symbol is 'googl' in lowercase and date is '201
    +40822'.
    ...
    
    return; # getquote
    }
    
  2. or download this
    $quote->require_labels(qw/success errormsg price date exchange name/);
    
  3. or download this
    $quote->require_labels(qw/price date exchange name/);