Help for this page

Select Code to Download


  1. or download this
    23:25 >perl 1001_SoPW.pl
    Price of GOOGL is 597.78 for 09/05/2014
    
    23:25 >
    
  2. or download this
    use strict;
    use warnings;
    ...
        my $dt = $info{$sym, 'date'};
        print "Price of $sym is " . $info{$sym, 'price'} . ' for ' . $dt .
    + "\n"; # DEBUG
    }
    
  3. or download this
    $quote->require_labels(qw/success errormsg price date exchange name/);
    
  4. or download this
    $quote->require_labels(qw/price date high low volume/);