chroot
  • References/Perl/Perl/Functions

chroot FILENAME chroot This function works like the system call by the same name: it makes the named directory

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
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
readlink
  • References/Perl/Perl/Functions

readlink EXPR readlink Returns the value of a symbolic link, if symbolic links are implemented. If not,

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

cos EXPR cos Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of

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

print FILEHANDLE LIST print FILEHANDLE print LIST print

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
use
  • References/Perl/Perl/Functions

use Module VERSION LIST use Module VERSION use Module LIST use Module

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

chomp VARIABLE chomp( LIST ) chomp This safer version of

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

ord EXPR ord Returns the numeric value of the first character of EXPR. If EXPR is an empty string, returns

2025-01-10 15:47:30