#!/usr/bin/perl

$temp = join($",@ARGV);
system "echo $temp";
