#!/usr/bin/perl # Script for wrapping an xwd file as a CAB to ease installation. use strict; use File::Basename; my $force = 0; my $path; sub usage() { print STDERR "Usage: $0 [-f] dictName.xwd\n"; exit 1; } my $cabwiz = $ENV{"CABWIZPATH"}; if ( ! -x $cabwiz ) { print STDERR < $infname"; print INFFILE <