Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
287 stars 292 forks source link

Update ipc.rakudoc Demonstrating how to pipe data into a process using `:in` #4510

Closed finanalyst closed 1 month ago

finanalyst commented 1 month ago

The problem

proc (run/shell) is covered in a few places, but the way arbitrary data is piped into spawned process is very cryptic.

Solution provided

An example is provided that illustrates how to employ a terminal utility that is useful for web page design.

coke commented 1 month ago

Made it pass 'make xtest' in the branch. Looks good otherwise.