Hi all,

I am giving 4 command line inputs to  my script.
I want to give the 4 input($com) which has spaces in it input, eg: Hello how
do you do
How should i take the bold font as single input??
How should i check it in my script?

if( scalar(@ARGV) != 4 ) {
  print "Enough Arguments are not given.\n";
  print "Usage: program (Int View) (Label View) (Label Lock) (Checkin
Comments)\n";
  exit(0);
}


j

Reply via email to