On Mon, Aug 25, 2025 at 5:38 PM ToddAndMargo via perl6-users <perl6-
us...@perl.org <mailto:perl6-us...@perl.org>> wrote:
On 8/25/25 7:43 AM, Andy Bach wrote:
> # echo hi mom | nc termbin.com <http://termbin.com> 9999
> https://termbin.com/o084 <https://termbin.com/o084>
> # curl https://termbin.com/o084 <https://termbin.com/o084>
> hi mom
>
> termbin 9999 returns the url to refetch the "pasted" text.
That makes sense now.
I thought 9999 was the TCP port? Is is also the
refetch code?
On 8/26/25 6:08 AM, yary wrote:
Port 9999 accepts a message of what to write. You’ll notice that when
you go to read it it’s not 9999 anymore.
-y
Thank you!