in reply to Re: To each() their own
in thread To each() their own
$ perl -MSimple::HostStat -MEncode -e 'my $m=Simple::HostStat->new; wh +ile (1) { encode("ascii", substr("test",1)); if ( int(rand(350000)) = += 1 ){printf "# %s\n", $_ for ( $m->toConsole ) }}' # However I think the original (something like this) and a command lik +e top will also due fine $ perl -MEncode -e 'while (1) { encode("ascii", substr("test",1)) }'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: To each() their own
by choroba (Cardinal) on May 02, 2017 at 12:09 UTC |