[ale] Converting C data structures to Perl

John Wells jb at sourceillustrated.com
Mon Apr 21 21:46:38 EDT 2003


Chris,

Woops.  Mistyped in the second part of the array.  Here's the actual
structure (with () replaced with {} in the right places...

@master = (
              {
                 ipaddress => '127.0.0.1',
                 device1 => { name => 'somename',
                              pass => 'somepass'},
                 device2 => { name => 'somename',
                              pass => 'somepass'}
              },

              {
                 ipaddress => '255.255.255.255',
                  device1 => { name => 'somename',
                               pass => 'somepass'},
                  device2 => { name => 'somename',
                               pass => 'somepass'}
              }
           );





_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale





More information about the Ale mailing list