set option digest password

2001-08-15 Thread Martyn.Pavey
 

RE: How to get values ????

2001-08-15 Thread Toby Stuart
> Some thing better. I got the big out put the variable. How to parse this > variable. If I declare as an array or is there any other better way. [t0by] dunno. what the output look like? > please help me. > > > > I appreciate your help. > > > > > > swetha. > > - Original

Re: How to get values ????

2001-08-15 Thread Srinivas Narahari
Yep I used tilde. Some thing better. I got the big out put the variable. How to parse this variable. If I declare as an array or is there any other better way. please help me. I appreciate your help. swetha. - Original Message - From: "Toby Stuart" <[EMAIL PROTECTED]> To: "'Sw

RE: How to get values ????

2001-08-15 Thread Toby Stuart
yes u doing wrong. try using the backticks...ie (SHIFT+tilde) ... on my 101 keyboard anyway. $info = `jpginfo MS.JPG`; forget system() as this returns the programs exit code (in your case 0 which probably means no error) and u want the programs output. hth t0by > -Original Message