zouz has asked for the wisdom of the Perl Monks concerning the following question:
is there any shorter method/ to do so? thank you in advance.print "Alex children are $alex{children}->[1]->{age} and $alex{children}->[0]->{age} years old\n"; print "Alex is $alex{age} himself\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: short method to print age.
by wfsp (Abbot) on Mar 05, 2009 at 14:45 UTC | |
Re: short method to print age.
by ikegami (Patriarch) on Mar 05, 2009 at 16:50 UTC | |
Re: short method to print age.
by Roy Johnson (Monsignor) on Mar 05, 2009 at 19:20 UTC | |
by zouz (Initiate) on Mar 05, 2009 at 19:42 UTC | |
Re: short method to print age.
by locked_user sundialsvc4 (Abbot) on Mar 05, 2009 at 15:56 UTC | |
by ikegami (Patriarch) on Mar 05, 2009 at 16:39 UTC | |
by Lawliet (Curate) on Mar 05, 2009 at 20:18 UTC |