Ron Savage
Ron Savage
* Mojolicious version: 9.22 * Perl version: 5.35.2 * Operating system: Linux zigzag 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux ### Steps to reproduce the behavior cpanm Mojolicious ###...
[The Statocles::Help page ](https://metacpan.org/pod/distribution/Statocles/lib/Statocles/Help.pod) contains a broken link under See Also.
Has anyone used Graphviz to produce railroad diagrams from BNF? I do turn the BNF into a tree using [Graphviz via Perl](https://savage.net.au/Perl-modules/html/marpax.grammar.graphviz2/) but that's not quite what I want. On...
This text: For example, if the original image is 400 pixels wide by 200 pixels high and xpixels is set to 300, and ypixels is set to 160. When type...
This is for Perl v5.14.2: # !/usr/bin/env perl use feature 'say'; use strict; use warnings; use Capture::Tiny 'capture'; # -------------------------- say capture{system('echo', 'Hello World')}; This outputs 2 lines. The 0...
-e docs
The docs say: -e code Evaluate perl code after reading the data and before writing it out again - can be used to filter, create or extract data. The data...