jaeh3ang has asked for the wisdom of the Perl Monks concerning the following question:
Hi, everyone ! Recently, the SYNOPSIS syntax has bothered me a lot. Please give me your guidance. For example, when you see Data::Dumper documentation on http://perldoc.perl.org/Data/Dumper.html You see the following Synopsis: print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); Can you please tell me what [qw(foo *ary)] does mean? Is it anonymous reference of an array ? what is "*ary" ? Thank you in advance.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SYNOPSIS question on Perl manauls
by moritz (Cardinal) on Jan 11, 2012 at 18:31 UTC | |
|
Re: SYNOPSIS question on Perl manauls
by Corion (Patriarch) on Jan 11, 2012 at 18:34 UTC |