H
hendedav
Gang,
I am trying to add single quotes to the value stored in a scalar,
but it will not let me. Is this breaking a rule of some sort? Please
let me know how I can get around this.
Thanks,
Dave
$temp = '1,2,3,4';
$vals = 'asdf';
$vals .= "'$temp',";
system "echo 'vals is: -$vals-' > /tmp/debug.txt";
I am trying to add single quotes to the value stored in a scalar,
but it will not let me. Is this breaking a rule of some sort? Please
let me know how I can get around this.
Thanks,
Dave
$temp = '1,2,3,4';
$vals = 'asdf';
$vals .= "'$temp',";
system "echo 'vals is: -$vals-' > /tmp/debug.txt";