xavignu.com
Check your stocks with Perl
I wrote this small script to check the value of stocks with Perl. It doesn’t shows the value of the stock in the pre and post market, but it does its job. 1 #!/usr/bin/perl -w 2 3 use strict;…