Home : General : Perl Programming :

General: Perl Programming: Re: [Crolguvar] array -- annoying space: Edit Log

Here is the list of edits for this post
Re: [Crolguvar] array -- annoying space
let us say
$line0="$localtime|this is line 0+";
$line1="$localtime|this is line number 1+";
$line2="$localtime|this is line No 2+";

what if i want insert the @array to a table.
so the value will be

$localtime|this is line 0+ $localtime|this is line number 1+ $line2="$localtime|this is line No 2+

will it be posssible to remove the space after each "+" only

$localtime|this is line 0+$localtime|this is line number 1+$line2="$localtime|this is line No 2+

Thanks

Last edited by:

courierb: Sep 12, 2004, 1:12 AM

Edit Log: