Re: vpaste alternative?
[email protected] (ToddAndMargo via perl6-users) Sat, 23 Aug 2025 22:53:18 -0700
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 8/23/25 1:37 AM, ToddAndMargo via perl6-users wrote:
> On 8/22/25 5:30 PM, William Michels via perl6-users wrote:
>> People on the Raku Discord seem to like TermBin:
>>
>> https://termbin.com/ <https://termbin.com/>
>
> I really do not understand how its is used
From: https://termbin.com/
Send some text and read it back:
$ echo just testing! | nc termbin.com 9999
https://termbin.com/test
$ curl https://termbin.com/test
just testing!
How does termbin know the file is called "test"?
Is there something special about port 9999?
"Supposedly" the default is 8080.
Your in confusion,
-T