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