Help for this page

Select Code to Download


  1. or download this
    my @locations= (
       [ source => 'D:\\dev' ],
    ...
       [ docs => 'F:\\Documents' ],
       [ norule => 'D:\\Program Files\\util']
       );
    
  2. or download this
    [ qw ( -this -that 5 6 -other /path/etc/foo ) ],
    
  3. or download this
    [ '-this', [ that => 5, 6 ], '-other', '/path/etc/foo' ],