The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Sidef::Sys::Sys

DESCRIPTION

This class implements ...

SYNOPSIS

var obj = Sys(...)

INHERITS

Inherits methods from:

       * Sidef::Object::Object

METHODS

alarm

    Sys.alarm(sec)

Returns the

bless

    Sys.bless(obj, class)

Returns the

class_name

    Sys.class_name(obj)

Returns the

defined

    Sys.defined(obj)

Returns the

die

    Sys.die(*args)

Returns the

Aliases: raise

eval

    Sys.eval(code)

Returns the

exec

    Sys.exec(*args)

Returns the

exit

    Sys.exit(code)

Returns the

fork

    Sys.fork

Returns the

getgrent

    Sys.getgrent

Returns the

getgrgid

    Sys.getgrgid(gid)

Returns the

getgrnam

    Sys.getgrnam(name)

Returns the

gethostbyaddr

    Sys.gethostbyaddr(addr, addrtype)

Returns the

gethostbyname

    Sys.gethostbyname(name)

Returns the

gethostent

    Sys.gethostent

Returns the

getnetbyaddr

    Sys.getnetbyaddr(addr, addrtype)

Returns the

getnetbyname

    Sys.getnetbyname(name)

Returns the

getnetent

    Sys.getnetent

Returns the

getpgrp

    Sys.getpgrp(pid)

Returns the

getppid

    Sys.getppid

Returns the

getpriority

    Sys.getpriority(which, who)

Returns the

getprotobyname

    Sys.getprotobyname(name)

Returns the

getprotobynumber

    Sys.getprotobynumber(num)

Returns the

getprotoent

    Sys.getprotoent

Returns the

getpwent

    Sys.getpwent

Returns the

getpwnam

    Sys.getpwnam(name)

Returns the

getpwuid

    Sys.getpwuid(uid)

Returns the

getservbyname

    Sys.getservbyname(name, proto)

Returns the

getservbyport

    Sys.getservbyport(port, proto)

Returns the

getservent

    Sys.getservent

Returns the

isweak

    Sys.isweak(obj)

Returns the

kill

    Sys.kill(signal, *list)

Returns the

nano_sleep

    Sys.nano_sleep(sec)

Returns the

Aliases: nanosleep

open

    Sys.open(var, mode, filename)

Returns the

opendir

    Sys.opendir(var, dirname)

Returns the

os

    Sys.os

Returns the

Aliases: osname

print

    Sys.print(*args)

Returns the

printf

    Sys.printf(*args)

Returns the

printh

    Sys.printh(fh, *args)

Returns the

read

    Sys.read(type, opt_arg)

Returns the

readln

    Sys.readln(text)

Returns the

Aliases: scanln, readline

ref

    Sys.ref(obj)

Returns the

refaddr

    Sys.refaddr(obj)

Returns the

reftype

    Sys.reftype(obj)

Returns the

run

    Sys.run(*args)

Returns the

Aliases: system

say

    Sys.say(*args)

Returns the

Aliases: println

select

    Sys.select(fh)

Returns the

setgrent

    Sys.setgrent

Returns the

sethostent

    Sys.sethostent(stayopen)

Returns the

setnetent

    Sys.setnetent(stayopen)

Returns the

setpgrp

    Sys.setpgrp(pid, pgrp)

Returns the

setpriority

    Sys.setpriority(which, who, priority)

Returns the

setprotoent

    Sys.setprotoent(stayopen)

Returns the

setpwent

    Sys.setpwent

Returns the

setservent

    Sys.setservent(stayopen)

Returns the

sidef

    Sys.sidef

Returns the

sleep

    Sys.sleep(sec)

Returns the

stderr

    Sys.stderr

Returns the

stdin

    Sys.stdin

Returns the

stdout

    Sys.stdout

Returns the

ualarm

    Sys.ualarm(sec)

Returns the

Aliases: micro_alarm

umask

    Sys.umask(mode)

Returns the

unweaken

    Sys.unweaken(obj)

Returns the

user

    Sys.user

Returns the

Aliases: getlogin

usleep

    Sys.usleep(sec)

Returns the

Aliases: micro_sleep

wait

    Sys.wait

Returns the

warn

    Sys.warn(*args)

Returns the

weaken

    Sys.weaken(obj)

Returns the