my @variable = $ARGV[0]; my $test = 10; if($test == 10) { print "Testing for success: @variable \n"; }