#!/usr/bin/perl-w
use strict;
use win32;
my $in_name=$ARGV[0];
my $out_name=$ARGV[1];
our (@x); # new type of global declaraton
# carefull commas needed I.E. our (@x, @y);
# use vars qw ( @x @y ); <- obsolete global declaration
# pass a reminder
if($#ARGV < 1) {
die "usage: ip.pl