Skip to content
#

Perl

perl logo

Perl runs on over 100 platforms ranging from portables to mainframes. It can be used for almost all facets of programming, from rapid prototyping and large-scale development projects.

Here are 2,904 public repositories matching this topic...

flanfly
flanfly commented Apr 19, 2019

Hi.
According to the reference the application field of meta is a single (optional) string, but some ksy files (i.e. fasttracker_xm_module.ksy) specify a sequence of strings.

Does it make sense to send a PR to doc-kaitai-io.github.io correcting this to something like this:

  • Contents: a string or an array of strings

  • Purpose: fr

trygveaa
trygveaa commented Jun 4, 2019

Feature description

There is no documentation or examples on how to use the file_in option for hook_process_hashtable. After experimentation, reading code and libcurl docs, I have found this:

  1. If you only pass file_in it won't have any effect.

  2. If you set upload to 1, a PUT request will be performed, and the file contents will be placed in the body.

  3. If you set `post

doc
markstos
markstos commented Aug 26, 2016

A number of popular Linux distributions have standardized on systemd. systemd includes an alternative to cron in the form of systemd timers. There are some advantages to using systemd timers and it's certainly of interest to use them with rsnapshot for an admin already managing a number of other services running on systemd timers.

It seems right now at least Ubuntu and Arch don't sh

mlissner
mlissner commented Sep 18, 2018

So yesterday I tried to figure out Munin and spent the better part of the day working on getting it installed, understanding its conventions, and figuring out how plugins are supposed to work. I googled a lot of issues, read through the applicable parts of the guide, read the man pages, etc, and came away really frustrated with Munin's documentation.

This was enough that I started telling co

poorandunlucky
poorandunlucky commented Mar 30, 2019

Short Summary

The vertical scroll bar disappears if you collapse blocks while lower than document top in the buffer, and document height becomes lesser than viewport height.

Steps to Reproduce

  • Create a new document;
  • Create blocks via comments or functions that are longer than the viewport's height;
  • Scroll to the bottom;
  • Collapse blocks starting from the bottom;
  • Verti
Astara
Astara commented Nov 26, 2019

Where

POSIX.pod

Description

It appears that POSIX.pm has labels for including various sets of POSIX functionality, example:

setjmp_h => [qw(longjmp setjmp siglongjmp sigsetjmp)],

signal_h =>	[qw(SA_NOCLDSTOP SA_NOCLDWAIT SA_NODEFER SA_ONSTACK
	SA_

Created by Larry Wall

Released December 18, 1987

Repository
Perl/perl5
Website
www.perl.org
Wikipedia
Wikipedia

Related Topics

language perl6 python
You can’t perform that action at this time.