values
  • References/Perl/Perl/Functions

values HASH values ARRAY values EXPR In list context, returns a list consisting

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

write FILEHANDLE write EXPR write Writes a formatted record (possibly

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

utime LIST Changes the access and modification times on each file of a list of files. The first two elements of the list must be the NUMERIC

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

link OLDFILE,NEWFILE Creates a new filename linked to the old filename. Returns true for success, false otherwise.

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

ref EXPR ref Returns a non-empty string if EXPR is a reference, the empty string otherwise. If EXPR is not

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

atan2 Y,X Returns the arctangent of Y/X in the range -PI to PI. For the tangent operation, you may use the

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

getpriority WHICH,WHO Returns the current priority for a process, a process group, or a user. (See getpriority(2).) Will raise a fatal

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

continue BLOCK continue When followed by a BLOCK,

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

lt These operators are documented in perlop.

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

map BLOCK LIST map EXPR,LIST Evaluates the BLOCK or EXPR for each element of LIST (locally setting

2025-01-10 15:47:30