Help for this page
use strict; use warnings; ... $stock_symbol = $1; print $1, "\n"; } else { print "Invalid Symbol!\n"; exit;}
perl mytest.pl "stock_symbol=AIDO.OB"