RE: Help on output formatting

2004-08-02 Thread Marcos . Rebelo
maybe you can do something like: ($text) = ($text =~ /([0-9]+)/); Before printing the text. > -Original Message- > From: sudhindra k s [mailto:[EMAIL PROTECTED] > Sent: Monday, August 02, 2004 10:52 AM > To: [EMAIL PROTECTED] > Subject: Help on output formatting > &

Help on output formatting

2004-08-02 Thread sudhindra k s
  Hi I have a script which the following output: " abc 123456 xyz " Now as you can see apart from the number "123456" there are a lot of blank spaces and some aplha characters as well. Now i want the output to be only "123456" without the white spa