Help for this page

Select Code to Download


  1. or download this
    
    use File::Basename;
    ...
    
    # Now %printers contains all valid printer attributes
    # and their values
    
  2. or download this
    my (%old, %new);
    ...
    ...
    
    # Then do the reverse comparision looping over %new
    # I'm sure you can figure that out