Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Can some please explain the below BEGIN routine? what does 'or','u','v] mean?
BEGIN { CreateCmdLineVar('$Dut', ['or', ['u'], ['v']], ); CreatejeVar('$CM_etadId', ['v'], undef); CreatejeVar('$ACM_Id', ['v'], undef); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help understand BEGIN routine
by tobyink (Canon) on Mar 11, 2012 at 21:09 UTC | |
by Anonymous Monk on Mar 11, 2012 at 22:52 UTC | |
by Anonymous Monk on Mar 12, 2012 at 06:23 UTC | |
|
Re: Help understand BEGIN routine
by aaron_baugher (Curate) on Mar 12, 2012 at 01:16 UTC | |
|
Re: Help understand BEGIN routine
by rovf (Priest) on Mar 12, 2012 at 09:33 UTC |