Hello list managerl I am trying to get this simple peogram to call server function and return data and it does not work, is here anyone can help? #!/usr/bin/perl2. use strict;3. use warnings; $i= "value"; for $i (1..2) { #loop a few times push {"http://127.0.0.1:16239/req?GetHistory(AA,01/20/2010,1/26/2012,1D,YES)";} # Call server function {print "http://127.0.0.1:16239/req?GetHistory(AA,01/20/2010,1/26/2012,1D,YES)";} # return data } Regards Russ
- May I get help? Rassoul Aleshi
- Re: May I get help? Jim Gibson