On Fri, Sep 29, 2017 at 2:32 PM, Sean McAfee <eef...@gmail.com> wrote:

> 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
>

Suppose that depends on your definition of "pretty". I find that use of R
metaop more obfuscatory than pretty,

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to