Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Deep structure access and temp variable
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Dr.Ruud, post: 5099333"] Many styles possible. I like to write it as: @{ $tmp }{qw/ e f g /}; One space before the first item and after the last, 2 spaces in between. With qw, I often use the slash as separator, but () as well: use POSIX qw( nice strftime ); (and the imports in alphabetical order please :) [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Deep structure access and temp variable
Top