get
sub method string
Read a line from C<$*STDIN> / C<$*ARGFILES>

getc
sub method string
Read a character from C<$*STDIN> / C<$*ARGFILES>

read
method
Read bytes from an C<IO::Handle>

write
method
Write bytes to an C<IO::Handle>

slurp
sub method
Read entire contents of C<IO::Path> / C<IO::Handle>

spurt
sub method
Replace content of C<IO::Path> / C<IO::Handle> with argument


contains the functions that are available for input / output of data.
