Help for this page

Select Code to Download


  1. or download this
    <CCCMAP>
    <COMPONENT>
    ...
    </CCC>
    </COMPONENT>
    </CCCMAP>
    
  2. or download this
        open (FILE, "< $mapfile")
            or die ("Unable to read the file $mapfile");
    ...
        }
    
    #    print Dumper \%hoh;
    
  3. or download this
    $VAR1 = { 'ip' => { 'ip1' => { '/tftpboot/tc1' => '/tftpboot/tc1' }, '
    +ip2' => { '/tftpboot/tc4' => '/tftpboot/tc4', '/tftpboot/tc1' => '/tf
    +tpboot/tc3' } }, 'parser' => { 'p2' => { '/tftpboot/tc1' => '/tftpboo
    +t/tc1' }, 'p3' => { '/tftpboot/tc3' => '/tftpboot/tc3', '/tftpboot/tc
    +1' => '/tftpboot/tc2' }, 'p1' => { '/tftpboot/tc2' => undef, '/tftpbo
    +ot/tc1' => '/tftpboot/tc2' } } };
    
  4. or download this
    $VAR1 = { 'ip' => { 'ip1' => { '/tftpboot/tc1' }, 'ip2' => { '/tftpboo
    +t/tc4', '/tftpboot/tc1', '/tftpboot/tc3' } }, 'parser' => { 'p2' => {
    + '/tftpboot/tc1' }, 'p3' => { '/tftpboot/tc3', '/tftpboot/tc1', '/tft
    +pboot/tc2' }, 'p1' => { '/tftpboot/tc1' => '/tftpboot/tc2' } } };