Note that there are some explanatory texts on larger screens.

plurals
  1. UScikkle
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. CO@Martin, that's not a pertinent example. The Linux kernel has an explicit exception for system calls so application software doesn't become subject to the GPL: http://www.kernel.org/pub/linux/kernel/COPYING. Conversely, the GPL has an exception to not draw in the system libraries of an OS. I second the course of seeking clarifications from the developers themselves, as they'd be the ones to sue. Though if he'd prefer searching out affirming examples from companies who've willingly breached the GPL as written, this is a good place to start: http://gpl-violations.org
      singulars
    2. COI don't know who you're quoting in your first sentence. Larry Wall floated the idea of an overhaul of the Perl language in 2000 at a conference and began accepting RFC's for the specification then, but tangible development of any serious implementation didn't begin until around 5 years later. The difference might be semantic but Rakudo hasn't been in development for a decade, and from thinking so or failing to note the distinction one would draw the wrong conclusions about the rate of its progress.
      singulars
    3. COIf it's the case that you're just aiming to redirect the output of the program being `exec` ed and nothing the child process does up to this point, then this question isn't necessarily Perl-specific; it's a matter of shell redirection or using whatever facilities are in-built into the program you're forking to run when you call it. e.g. `exec("program > out.txt");`.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload