Help for this page

Select Code to Download


  1. or download this
    <server>
    printserver1
    ...
    aix
    rsh
    </server>
    
  2. or download this
    printserver1,default,cups,cups
    printserver2,no,aix,rsh
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
     }
     print "$machine,$default,$type,$connect\n";
    }
    
  4. or download this
    printserver1,default,cups,cups
    printserver2,no,aix,rsh
    
  5. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
       print "$machine, $default, $type, $connect";
      }
    }