The meaning of @
From: Leslie Viljoen (leslievNO_at_SPAMicoc.co.za)
Date: 02/27/05
- Next message: GreenLeaf: "Re: The meaning of @"
- Previous message: Leslie Viljoen: "Re: OOP Tutorial"
- Next in thread: GreenLeaf: "Re: The meaning of @"
- Reply: GreenLeaf: "Re: The meaning of @"
- Reply: Fabian Pilkowski: "Re: The meaning of @"
- Reply: Iain Chalmers: "Re: The meaning of @"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Feb 2005 12:09:33 +0200
Hello!
I have been trying to figure out one of Abigail's JAPH
signatures (check http://www.cpan.org/misc/japh):
#!/usr/bin/perl -lw
eval {die [[qq [Just another Perl Hacker]]]};;
print
${${${@}}[$#{@{${@}}}]}
[$#{${@{${@}}}
[$#{@{${@}}}]}]
This is the center of the expression in a few places: ${@}
Are we dereferencing the @? What does the @ on its own mean?
The Programming Perl manual I have makes no reference to this
shorthand and Google and Altavista don't seem to search on
punctuation.
I have tried printing ${@} and @, but I get nothing.
Presumeably the die puts the error message in the @ in some
format.
Can someone please explain?
Les
- Next message: GreenLeaf: "Re: The meaning of @"
- Previous message: Leslie Viljoen: "Re: OOP Tutorial"
- Next in thread: GreenLeaf: "Re: The meaning of @"
- Reply: GreenLeaf: "Re: The meaning of @"
- Reply: Fabian Pilkowski: "Re: The meaning of @"
- Reply: Iain Chalmers: "Re: The meaning of @"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|