NAME
perltodo - Link to the Perl to-do list
DESCRIPTION
The Perl 5 to-do list is maintained in the git repository, and can be viewed at <http://perl5.git.perl.org/perl.git/blob/HEAD:/Porting/todo.pod> (The to-do list used to be here in perltodo. That has stopped, as installing a snapshot that becomes increasingly out of date isn't that useful to anyone.)
More Linux Commands
manpages/SDL_ListModes.3.html
SDL_ListModes(3) - Returns a pointer to an array of availabl
Return a pointer to an array of available screen dimensions for the given format and video flags, sorted largest to smallest. Returns NULL if there are no dimen
manpages/TIFFstrip.3tiff.html
TIFFstrip(3tiff) - strip-related utility routines (ManPage)
TIFFDefaultStripSize returns the number of rows for a reasonable-sized strip according to the current settings of the ImageWidth, BitsPerSample, SamplesPerPixel
manpages/keyctl_set_timeout.3.html
keyctl_set_timeout(3) - Set the expiration timer on a key...
keyctl_set_timeout() sets the expiration timer on a key to timeout seconds into the future. Setting timeout to zero cancels the expiration, assuming the key has
manpages/TIFFswab.3tiff.html
TIFFswab(3tiff) - byte- and bit-swapping routines (ManPage)
The following routines are used by the library to swap 16- and 32-bit data and to reverse the order of bits in bytes. TIFFSwabShort and TIFFSwabLong swap the by
manpages/ldap_compare_ext_s.3.html
ldap_compare_ext_s(3) - Perform an LDAP compare operation.
The ldap_compare_ext_s() routine is used to perform an LDAP compare operation synchronously. It takes dn, the DN of the entry upon which to perform the compare,
manpages/tftpd.8.html
tftpd(8) - Trivial File Transfer Protocol server (Man Page)
tftpd is a server for the Trivial File Transfer Protocol. The TFTP protocol is extensively used to support remote booting of diskless devices. The server is nor
manpages/tsget.1ssl.html
tsget(1ssl) Time Stamping HTTP HTTPS client - Linux man page
The tsget command can be used for sending a time stamp request, as specified in RFC 3161 , to a time stamp server over HTTP or HTTPS and storing the time stamp
manpages/puts.3.html
puts(3) - output of characters and strings - Linux man page
fputc() writes the character c, cast to an unsigned char, to stream. fputs() writes the string s to stream, without its terminating null byte (\0). putc() is eq
manpages/XtGetActionKeysym.3.html
XtGetActionKeysym(3) - obtain corresponding keysym (ManPage)
If XtGetActionKeysym is called after an action procedure has been invoked by the Intrinsics and before that action procedure returns, and if the event pointer h
manpages/Tcl_GetCommandName.3.html
Tcl_GetCommandName(3) - implement new commands in C.........
Tcl_CreateObjCommand defines a new command in interp and associates it with procedure proc such that whenever name is invoked as a Tcl command (e.g., via a call
manpages/form_field_opts.3form.html
form_field_opts(3form) - set and get field options (ManPage)
The function set_field_opts sets all the given fields option bits (field option bits may be logically-ORed together). The function field_opts_on turns on the gi
manpages/Env.3pm.html
Env(3pm) - perl module that imports environment variables as
Perl maintains environment variables in a special hash named %ENV. For when this access method is inconvenient, the Perl module Env allows environment variables
