The values for WHENCE are 0 to set the new position to POSITION, 1 to set the it to the current position ... Returns the new position, or the undefined value on failure.
link OLDFILE,NEWFILE Creates a new filename linked to the old filename.
Returns the new number of elements in the array.
record, the page is advanced by writing a form feed, a special top-of-page format is used to format the new ... The number of lines remaining on the current page is in variable $-, which can be set to 0 to force a new
symlink OLDFILE,NEWFILE Creates a new filename symbolically linked to the old filename.
separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new
chroot This function works like the system call by the same name: it makes the named directory the new
Prepends list to the front of the array, and returns the new number of elements in the array.
Any additional arguments are passed to the new method of the class (meaning TIESCALAR, TIEHANDLE, TIEARRAY ... The object returned by the new method is also returned by the tie function, which would be useful if
\n" unless chdir '/usr/spool/news'; chdir '/usr/spool/news' or die "Can't cd to spool: $! ... Here's an example: eval { ... ; die Some::Module::Exception->new( FOO => "bar" ) }; if ($@)
first integer after the first = sign, or the # whole record case-insensitively otherwise @new ... @caps = (); for (@old) { push @nums, /=(\d+)/; push @caps, uc($_); } @new
Also, this has to unwind one hash and build a whole new one, which may take some time on a large hash
When the new binary is executed it will begin by executing a goto LABEL (with all the restrictions that
fork Does a fork(2) system call to create a new process running the same program at the same point.
The values for WHENCE are 0 to set the new position to POSITION, 1 to set it to the current position
When choosing a new salt create a random two character string whose characters come from the set [./0
previous timer, and an argument of 0 may be supplied to cancel the previous timer without starting a new
Example: # print out history file offsets dbmopen(%HIST,'/usr/lib/news/history',0666); while
do not work under OS/390 & VM/ESA Unix and on the Macintosh; you probably don't want to use them in new
In the child process the filehandle isn't opened--i/o happens from/to the new STDOUT or STDIN. ... sub read_myfile_munged { my $ALL = shift; my $handle = new IO::File; open($handle