I am new in perl. i want print 2 valuable in same line but my script it print split into 2 line. if i hard code will work. i dont understand why is happen. can some please explain to me thanks,
#!/usr/bin/perl print "which client\n"; $a = <>; $db = <>; $dir="/u1/data/$a"; $avar="$dir/$db; print "$avar"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/