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


in reply to Re (tilly) 3: Schwartzian Transform
in thread Schwartzian Transform

I advocated a list-dereference syntax to fairly positive reviews in p5p, but I doubt anyone will find the tuits to actually implement it. It would allow an entire list to be passed to a method, like map, or to dereference multi-dimensional slices of nested data structures:

@3dSlice= $ref->@==>{qw(a b c)}==>[1..5]; $obj->GetAttribs()==>Stringify()==>Dump();
The choice of token was not solidified. (Or was your |> mentioned in that thread as well?)

        - tye (but my friends call me "Tye")