Help for this page

Select Code to Download


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