On 11-01-06 09:46 PM, Parag Kalra wrote:
Thanks it worked.:)

Cheers,
Parag

You can also print the whole thing out with Data::Dumper

use Data::Dumper;
if( ref( $fob ) ){
  print '$fob ', Dumper $fob;
}


--
Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to