in reply to Re: Re: struggling with sub-routines
in thread struggling with sub-routines
As for the rest of the program I am still unsure as to what the files your are parsing will be like. Could you give an example file?while(1) { print "\nPlease select the catergory of results that you wish to s +ee;\n\n\t1. first \n\t2. second \n\t3. third \n\t4. forth \n\t5. Othe +rs etc\n\t6. Exit program\n\n"; chomp($choice = <STDIN>); if ($choice eq '6') { last; } #your code here }
~~rob
____________________________________________________________
eval pack "h*", "072796e647022245d445f475454494c5e622b3";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: struggling with sub-routines
by Anonymous Monk on Jun 20, 2002 at 09:25 UTC |