2007/9/17, W. Sp. <[EMAIL PROTECTED]>: > Also, while using LWP modules, what type of > data is $content = get($url)? Is it an array? Is there a way to find out > what kind of data a particular variable stores?
It's a scalar. you can use 'ref' to find out the variable type,like, $ perl -MLWP::Simple -e '$c=get "http://www.aol.com/";print ref \$c' SCALAR -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/