- or download this
interface Port-channel31
description abc.xyz-conf
...
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 15-17,30,35
- or download this
local $/ = "interface ";
...
}
- or download this
my @lines = split(/^/, $config);
# Iterate over the lines.
...
$hash1{$key} = $value ;
}