Help for this page

Select Code to Download


  1. or download this
    while (<CMD>) {
        my (@values1) = ('Not set', 'Really not set');
    ...
        print "$values1[1] \n";
        print "$val1[0] \n";
    }