[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Organizing data
- Subject: [ale] Organizing data
- From: fletch at phydeaux.org (Fletch)
- Date: Wed Apr 28 09:16:33 2004
- In-reply-to: <[email protected]> (Jason Etheridge's message of "Wed, 28 Apr 2004 08:51:59 -0400")
- References: <1083110917.17415.153.camel@devel> <[email protected]> <1083126767.18748.179.camel@devel> <[email protected]> <1083154714.17392.188.camel@devel> <[email protected]>
>>>>> "Jason" == Jason Etheridge <phasefx at magusaptus.com> writes:
Jason> if ( ($a_ref->($ref}->{$ref2}->{$ref3}) =~ /^HASH(.+)$/ ) {
Aieeeee, no. You mean:
if( ref $a_ref->{$ref}->{$ref2}->{$ref3} eq 'HASH' ) {
## Is hash ref
} else {
## Not hash ref
}
perldoc -f ref
--
Fletch | "If you find my answers frightening, __`'/|
fletch at phydeaux.org | Vincent, you should cease askin' \ o.O'
| scary questions." -- Jules =(___)=
| U