# # Perl Functions (Grouped) clip library # # Note: These were taken from the perlfunc documentation for Perl 5.6 # # created by pete@rasterweb.net http://rasterweb.net/raster/ # $Id: perlfunctionsg.cliplibrary,v 1.1 2003/03/19 19:32:08 pete Exp $ @title=Perl Functions (Grouped) @sortClips=false @caseSensitiveSort=false ----------------------- = Functions_for_SCALARs_or_strings = ----------------------- = chomp=chomp chop=chop chr=chr crypt=crypt hex=hex index=index lc=lc lcfirst=lcfirst length=length oct=oct ord=ord pack=pack q/STRING/=q/STRING/ qq/STRING/=qq/STRING/ reverse=reverse rindex=rindex sprintf=sprintf substr=substr tr///=tr/// uc=uc ucfirst=ucfirst y///=y/// ----------------------- = Regular_expressions_and_pattern_matching = ----------------------- = m//=m// pos=pos quotemeta=quotemeta s///=s/// split=split study=study qr//=qr// ----------------------- = Numeric_functions = ----------------------- = abs=abs atan2=atan2 cos=cos exp=exp hex=hex int=int log=log oct=oct rand=rand sin=sin sqrt=sqrt srand=srand ----------------------- = Functions_for_real_@ARRAYs = ----------------------- = pop=pop push=push shift=shift splice=splice unshift=unshift ----------------------- = Functions_for_list_data = ----------------------- = grep=grep join=join map=map qw/STRING/=qw/STRING/ reverse=reverse sort=sort unpack=unpack ----------------------- = Functions_for_real_%HASHes = ----------------------- = delete=delete each=each exists=exists keys=keys values=values ----------------------- = Input_and_output_functions = ----------------------- = binmode=binmode close=close closedir=closedir dbmclose=dbmclose dbmopen=dbmopen die=die eof=eof fileno=fileno flock=flock format=format getc=getc print=print printf=printf read=read readdir=readdir rewinddir=rewinddir seek=seek seekdir=seekdir select=select syscall=syscall sysread=sysread sysseek=sysseek syswrite=syswrite tell=tell telldir=telldir truncate=truncate warn=warn write=write ----------------------- = Functions_for_fixed_length_data_or_records = ----------------------- = pack=pack read=read syscall=syscall sysread=sysread syswrite=syswrite unpack=unpack vec=vec ----------------------- = Functions_for_filehandles,_files,_or_directories = ----------------------- = -X=-X chdir=chdir chmod=chmod chown=chown chroot=chroot fcntl=fcntl glob=glob ioctl=ioctl link=link lstat=lstat mkdir=mkdir open=open opendir=opendir readlink=readlink rename=rename rmdir=rmdir stat=stat symlink=symlink umask=umask unlink=unlink utime=utime ----------------------- = Keywords_related_to_the_control_flow_of_your_perl_program = ----------------------- = caller=caller continue=continue die=die do=do dump=dump eval=eval exit=exit goto=goto last=last next=next redo=redo return=return sub=sub wantarray=wantarray ----------------------- = Keywords_related_to_scoping = ----------------------- = caller=caller import=import local=local my=my package=package use=use ----------------------- = Miscellaneous_functions = ----------------------- = defined=defined dump=dump eval=eval formline=formline local=local my=my reset=reset scalar=scalar undef=undef wantarray=wantarray ----------------------- = Functions_for_processes_and_process_groups = ----------------------- = alarm=alarm exec=exec fork=fork getpgrp=getpgrp getppid=getppid getpriority=getpriority kill=kill pipe=pipe qx/STRING/=qx/STRING/ setpgrp=setpgrp setpriority=setpriority sleep=sleep system=system times=times wait=wait waitpid=waitpid ----------------------- = Keywords_related_to_perl_modules = ----------------------- = do=do import=import no=no package=package require=require use=use ----------------------- = Keywords_related_to_classes_and_object-orientedness = ----------------------- = bless=bless dbmclose=dbmclose dbmopen=dbmopen package=package ref=ref tie=tie tied=tied untie=untie use=use ----------------------- = Low-level_socket_functions = ----------------------- = accept=accept bind=bind connect=connect getpeername=getpeername getsockname=getsockname getsockopt=getsockopt listen=listen recv=recv send=send setsockopt=setsockopt shutdown=shutdown socket=socket socketpair=socketpair ----------------------- = System_V_interprocess_communication_functions = ----------------------- = msgctl=msgctl msgget=msgget msgrcv=msgrcv msgsnd=msgsnd semctl=semctl semget=semget semop=semop shmctl=shmctl shmget=shmget shmread=shmread shmwrite=shmwrite ----------------------- = Fetching_user_and_group_info = ----------------------- = endgrent=endgrent endhostent=endhostent endnetent=endnetent endpwent=endpwent getgrent=getgrent getgrgid=getgrgid getgrnam=getgrnam getlogin=getlogin getpwent=getpwent getpwnam=getpwnam getpwuid=getpwuid setgrent=setgrent setpwent=setpwent ----------------------- = Fetching_network_info = ----------------------- = endprotoent=endprotoent endservent=endservent gethostbyaddr=gethostbyaddr gethostbyname=gethostbyname gethostent=gethostent getnetbyaddr=getnetbyaddr getnetbyname=getnetbyname getnetent=getnetent getprotobyname=getprotobyname getprotobynumber=getprotobynumber getprotoent=getprotoent getservbyname=getservbyname getservbyport=getservbyport getservent=getservent sethostent=sethostent setnetent=setnetent setprotoent=setprotoent setservent=setservent ----------------------- = Time-related_functions = ----------------------- = gmtime=gmtime localtime=localtime time=time times=times ----------------------- = Functions_new_in_perl5 = ----------------------- = abs=abs bless=bless chomp=chomp chr=chr exists=exists formline=formline glob=glob import=import lc=lc lcfirst=lcfirst map=map my=my no=no prototype=prototype qx=qx qw=qw readline=readline readpipe=readpipe ref=ref sub*=sub* sysopen=sysopen tie=tie tied=tied uc=uc ucfirst=ucfirst untie=untie use=use ----------------------- = Functions_obsoleted_in_perl5 = ----------------------- = dbmclose=dbmclose dbmopen=dbmopen