Why Nostr? What is Njump?
2024-07-01 10:23:16
in reply to

Paul Evans on Nostr: A whole bunch of them are parser-special tricks - `print` in particular is weird ...

A whole bunch of them are parser-special tricks - `print` in particular is weird because of the indirect filehandle like that.

Much better in that case to write it in method form, though:

```
$file->print( $foo, $bar, ... );
```

makes it much more obvious to readers what is going on.
Author Public Key
npub1hlpkkqf7sthaqvhufu9v2k8p0tpy5vcv8df6zaw4jzm36s3x3g7srrgkyk