#!/usr/bin/perl use warnings; use strict; use File::Path; my $DMODE = 0755; my $FMODE = 0777; my $zipfile = ; if(!$zipfile){ die "Sorry but I can't find my zip file!\n"; } my $welcome = "\n\n\tWelcome to the IOP installer"; my $iopbindir = $ENV{IOPBINDIR}; if(!(defined($iopbindir) && $iopbindir)){ print <