http://www.perlmonks.org?node_id=1044711


in reply to Re: giving spaces
in thread giving spaces

say I have two arrays , arrayA and arrayB . and I wish to print something like this

print " \s $arrayA[$i] \s $arrayB[$i] \s";

I have assumed that \s is giving space , so I just want , what should i replace $s with ?