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

NAME

Sidef::Types::Glob::FileHandle

DESCRIPTION

This object is ...

SYNOPSIS

var obj = FileHandle.new(...);

INHERITS

Inherits methods from:

        * Sidef::Object::Object

METHODS

<<

Obj << Obj -> Obj

Return the

Aliases: output_from, outputFrom

<=>

Obj <=> Obj -> Obj

Return the

Aliases: cmp, compare

>>

Obj >> Obj -> Obj

Return the

Aliases: read_to, readTo

autoflush

FileHandle.autoflush() -> Obj

Return the

binmode

FileHandle.binmode() -> Obj

Return the

close

FileHandle.close() -> Obj

Return the

cp

FileHandle.cp() -> Obj

Return the

Aliases: copy

each

FileHandle.each() -> Obj

Return the

Aliases: each_line

eof

FileHandle.eof() -> Obj

Return the

fileno

FileHandle.fileno() -> Obj

Return the

flock

FileHandle.flock() -> Obj

Return the

get

FileHandle.get() -> Obj

Return the

Aliases: line, readln, get_line, getline, getLine, read_line, readline, readLine

getc

FileHandle.getc() -> Obj

Return the

Aliases: get_char, getChar, read_char, readChar

is_on_tty

FileHandle.is_on_tty() -> Obj

Return the

Aliases: isOnTty

lines

FileHandle.lines() -> Obj

Return the

Aliases: read_all, readall, readAll, get_lines, getlines, getLines, readlines, readLines

lock

FileHandle.lock() -> Obj

Return the

lstat

FileHandle.lstat() -> Obj

Return the

print

FileHandle.print() -> Obj

Return the

Aliases: spurt, write

read

FileHandle.read() -> Obj

Return the

say

FileHandle.say() -> Obj

Return the

Aliases: println

seek

FileHandle.seek() -> Obj

Return the

self

FileHandle.self() -> Obj

Return the

Aliases: parent

sep

FileHandle.sep() -> Obj

Return the

Aliases: separator, input_separator, inputSeparator

slurp

FileHandle.slurp() -> Obj

Return the

stat

FileHandle.stat() -> Obj

Return the

stderr

FileHandle.stderr() -> Obj

Return the

stdin

FileHandle.stdin() -> Obj

Return the

stdout

FileHandle.stdout() -> Obj

Return the

sysread

FileHandle.sysread() -> Obj

Return the

Aliases: sysRead

sysseek

FileHandle.sysseek() -> Obj

Return the

Aliases: sysSeek

tell

FileHandle.tell() -> Obj

Return the

truncate

FileHandle.truncate() -> Obj

Return the

unlock

FileHandle.unlock() -> Obj

Return the

words

FileHandle.words() -> Obj

Return the

write_string

FileHandle.write_string() -> Obj

Return the

Aliases: writeString