Hello ,
Plz do not refer to my previous post as i have taken at times compare.pl,test.pl,....Plz refer to this following program.
compare.pl
#!/usr/bin/perl
use strict;
use warnings;
# initialise
my %diff ;
my %diff1 ;
my %diff2 ;
my ($filename1, $filename2) = @ARGV;
@ARGV=2 or die "Usage...
Hello ,
I am having a Problem in calling another Script and i do not know where exactly the problem is .
I have Two scrips :
file.pl and system.pl
#!/usr/bin/perl
use strict;
use warnings;
# initialise
my %diff ;
my %diff1 ;
my %diff2 ;
my ($filename1, $filename2) = @ARGV;
@ARGV=2 or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.