![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to interpret TOP | dj_jay_smith | UNIX for Dummies Questions & Answers | 7 | 05-23-2009 01:22 PM |
| How Do We Interpret This ? | dummy_needhelp | Shell Programming and Scripting | 2 | 10-31-2007 02:07 PM |
| How to suppress error messages in script | helper2007 | Shell Programming and Scripting | 5 | 01-17-2007 04:46 AM |
| How to see replies for my post !!!!! | senthilvnr | Post Here to Contact Site Administrators and Moderators | 1 | 02-17-2006 10:47 AM |
| Unix script execution messages | JimJim | UNIX for Advanced & Expert Users | 2 | 11-13-2004 01:27 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
script to post messages and interpret replies
Not really sure if this is the place to ask or if I am asking the correct question.
I want to create a script (ksh) on solaris. This will be a menu based script for the user and they will only give on input, a customer number. ie ./my_script 112233 Thats the easy bit which obviously i can do.. What i need to do with the number is post a url to a server eg http://customerserver.com/cgi-bin/ge...details/112233 I could just use this url in a browser and I would get results in a page with some xml and then the customer details. I need to be able to post this via a script to the server, and for the script to be able to read the response and then some way for me to interpret the results so I can present in a readable friendly manner to the user that runs the script in stead of a whole load of xml returned.... Any ideas how I get started with this? I know mainly ksh, small bit of perl but not a whole lot.... |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|