in reply to Re^2: The Concept of References
in thread The Concept of References
which, assuming you have a hash filled with the very same parameters, resembles $p->{'tm_year'} very much.struct tm *p = &data; localtime(p); printf("Year: %d\n", p->tm_year);
Flavio (perl -e "print(scalar(reverse('ti.xittelop@oivalf')))")
Don't fool yourself.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: The Concept of References
by revdiablo (Prior) on Apr 14, 2005 at 18:06 UTC | |
by polettix (Vicar) on Apr 14, 2005 at 18:13 UTC | |
Re^4: The Concept of References
by adrianh (Chancellor) on Apr 15, 2005 at 14:57 UTC | |
by Anonymous Monk on Apr 15, 2005 at 15:45 UTC | |
by adrianh (Chancellor) on Apr 15, 2005 at 16:04 UTC |