Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        print "vlan $vlan\nifconfig $ifconfig\n";
        print "WRONG!!!\n" if $vlan != $ifconfig;
    }