On Fri, Sep 29, 2017 at 11:27 AM, Brandon Allbery <allber...@gmail.com>
wrote:

> On Fri, Sep 29, 2017 at 2:04 PM, ToddAndMargo <toddandma...@zoho.com>
> wrote:
>
>>
>> Question:  Is thee a pretty way like the above to do a prepend?
>>
>
> No, sorry.
>

Actually, there seems to be:

> my $x = "abc"
abc
> $x [R~]= "xyz"
xyzabc
> $x
xyzabc

Reply via email to