tied
  • References/Perl/Perl/Functions

tied VARIABLE Returns a reference to the object underlying VARIABLE (the same value that was originally returned by the

2025-01-10 15:47:30
do
  • References/Perl/Perl/Functions

do BLOCK Not really a function. Returns the value of the last command in the sequence of commands indicated by BLOCK. When modified by the

2025-01-10 15:47:30
join
  • References/Perl/Perl/Functions

join EXPR,LIST Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string

2025-01-10 15:47:30
endservent
  • References/Perl/Perl/Functions

endservent These routines are the same as their counterparts in the system C library. In list context, the return values from the various

2025-01-10 15:47:30
recv
  • References/Perl/Perl/Functions

recv SOCKET,SCALAR,LENGTH,FLAGS Receives a message on a socket. Attempts to receive LENGTH characters of data into variable SCALAR from the

2025-01-10 15:47:30
__FILE__
  • References/Perl/Perl/Functions

__FILE__ A special token that returns the name of the file in which it occurs.

2025-01-10 15:47:30
getc
  • References/Perl/Perl/Functions

getc FILEHANDLE getc Returns the next character from the input file attached to FILEHANDLE, or the undefined

2025-01-10 15:47:30
sleep
  • References/Perl/Perl/Functions

sleep EXPR sleep Causes the script to sleep for (integer) EXPR seconds, or forever if no argument is given

2025-01-10 15:47:30
times
  • References/Perl/Perl/Functions

times Returns a four-element list giving the user and system times in seconds for this process and any exited children of this process.

2025-01-10 15:47:30
sin
  • References/Perl/Perl/Functions

sin EXPR sin Returns the sine of EXPR (expressed in radians). If EXPR is omitted, returns sine of

2025-01-10 15:47:30