run

Command: man perldoc info search(apropos)  


atrun(8) - run jobs queued for later execution
chooseproc(9), procrunnable(9), remrunqueue(9), setrunqueue(9) - manage the queue of runnable processes
crunchgen(1) - generates build environment for a crunched binary
crunchide(1) - hides symbol names from ld, for crunching programs together
curpriority_cmp(9), maybe_resched(9), resetpriority(9), roundrobin(9), roundrobin_interval(9), sched_setup(9), schedclock(9), schedcpu(9), setrunnable(9), updatepri(9) - perform round-robin scheduling of runnable processes
daemon(3) - run in the background
daemon(8) - run detached from the controlling terminal
digittoint(3), isalnum(3), isalpha(3), isascii(3), isblank(3), iscntrl(3), isdigit(3), isgraph(3), ishexnumber(3), isideogram(3), islower(3), isnumber(3), isphonogram(3), isprint(3), ispunct(3), isrune(3), isspace(3), isspecial(3), isupper(3), isxdigit(3), toascii(3), tolower(3), toupper(3) - character classification macros
gcore(1) - get core images of running process
isrune(3) - valid character test
iswalnum(3), iswalpha(3), iswascii(3), iswblank(3), iswcntrl(3), iswdigit(3), iswgraph(3), iswhexnumber(3), iswideogram(3), iswlower(3), iswnumber(3), iswphonogram(3), iswprint(3), iswpunct(3), iswrune(3), iswspace(3), iswspecial(3), iswupper(3), iswxdigit(3) - wide character classification utilities
ld-elf.so.1(1), ld.so(1), rtld(1) - run-time link-editor
longrun(4) - Transmeta(TM) Crusoe(TM) LongRun(TM) support
mac_is_present_np(3) - report whether the running system has MAC support
periodic(8) - run periodic system functions
pfil(9), pfil_head_register(9), pfil_head_unregister(9), pfil_head_get(9), pfil_hook_get(9), pfil_add_hook(9), pfil_remove_hook(9), pfil_run_hooks(9) - packet filter interface
renice(8) - alter priority of running processes
rpc_soc(3), auth_destroy(3), authnone_create(3), authunix_create(3), authunix_create_default(3), callrpc(3), clnt_broadcast(3), clnt_call(3), clnt_control(3), clnt_create(3), clnt_destroy(3), clnt_freeres(3), clnt_geterr(3), clnt_pcreateerror(3), clnt_perrno(3), clnt_perror(3), clnt_spcreateerror(3), clnt_sperrno(3), clnt_sperror(3), clntraw_create(3), clnttcp_create(3), clntudp_bufcreate(3), clntudp_create(3), clntunix_create(3), get_myaddress(3), pmap_getmaps(3), pmap_getport(3), pmap_rmtcall(3), pmap_set(3), pmap_unset(3), registerrpc(3), rpc_createerr(3), svc_destroy(3), svc_fds(3), svc_fdset(3), svc_getargs(3), svc_getcaller(3), svc_getreq(3), svc_getreqset(3), svc_register(3), svc_run(3), svc_sendreply(3), svc_unregister(3), svcerr_auth(3), svcerr_decode(3), svcerr_noproc(3), svcerr_noprog(3), svcerr_progvers(3), svcerr_systemerr(3), svcerr_weakauth(3), svcfd_create(3), svcunixfd_create(3), svcraw_create(3), svcunix_create(3), xdr_accepted_reply(3), xdr_authunix_parms(3), xdr_callhdr(3), xdr_callmsg(3), xdr_opaque_auth(3), xdr_pmap(3), xdr_pmaplist(3), xdr_rejected_reply(3), xdr_replymsg(3), xprt_register(3), xprt_unregister(3) - library routines for remote procedure calls
setpmac(8) - run a command with a different MAC process label
svc_dg_enablecache(3), svc_exit(3), svc_fdset(3), svc_freeargs(3), svc_getargs(3), svc_getreq_common(3), svc_getreq_poll(3), svc_getreqset(3), svc_getrpccaller(3), svc_pollset(3), svc_run(3), svc_sendreply(3) - library routines for RPC servers
sysctl_add_oid(9), sysctl_move_oid(9), sysctl_remove_oid(9) - runtime sysctl tree manipulation
trunc(3), truncf(3), truncl(3) - nearest integral value with magnitude less than or equal to |x|
truncate(1) - truncate or extend the length of files
truncate(2), ftruncate(2) - truncate or extend a file to a specified length
unvis(3), strunvis(3) - decode a visual representation of characters
uptime(1) - show how long system has been running
perlebcdic(1) - Considerations for running Perl on EBCDIC platforms
perlrun(1) - how to execute the Perl interpreter
prove(1) - -- A command-line tool for running tests against Test::Harness
TASKS(3) - Want to help? These things need doing... "Increase test coverage" Subsection "Increase test coverage" More tests need to be added to test the codes that not urrently being tested. It's pretty poor right now: http://pjcj.sytes.net/cover/latest/DBI-1.52/coverage.html Start with improving the subroutine coverage http://pjcj.sytes.net/cover/latest/DBI-1.52/blib-lib-DBI-pm--subroutine.html "Test the proxy" Subsection "Test the proxy" The current t/80proxy.t is isolated from the rest of the test suite so actually tests very little, and what it does test is duplicating other tests. Ideally the proxy should be tested in the same way as DBI::PurePerl. In other words, by creating wrappers test files for each test file that set $ENV{DBI_AUTOPROXY} and run the original test. They'll also need to start and stop a proxy server. "Fixing bugs" Subsection "Fixing bugs" The official bug list is here: http://rt.cpan.org/NoAuth/Bugs.html?Dist=DBI Naturally I'll offer direction and guidance on any you want to tackle. I've also got a few that could be entered into rt.cpan.org. "Others" Subsection "Others" General: Protect trace_msg from SIGPIPE? prepare(...,{ Err=>emy $isolated_err, ...}) Add trace module that just records the last N trace messages into an array and prepends them to any error message to provide context for the error. Document DBI_PROFILE_FLOCK and LockFile attrib in DBI::ProfileData and DBI::ProfileDumper Performance: Move _new_sth to DBI::db::_new_sth (leave alias) and implement in C Or call _new_child and move to DBI::common? Implement FETCH_many() in C Add high-res dbi_time for windows - via Time::HiRes glob replace dbi_time()?
Benchmark(3) - benchmark running times of Perl code
File::CheckTree(3), validate(3) - run many filetest checks on a tree
Shell(3) - run shell commands transparently within perl
Test::Harness(3) - Run Perl standard test scripts with statistics

Copyright ©2006 TheBestISP.com