Tags
Technology/Application: perl
- Perl can now handle binary data correctly and has functions to
packandunpackbinary structures into
arrays or lists. You can now do arbitraryioctlfunctions. - You can now pass things to subroutines by reference.
- Debugger enhancements.
- An array or associative array may now appear in a
local()
list. - Array values may now be interpolated into strings.
- Subroutine names are now distinguished by prefixing with
&. You can call subroutines without usingdo,
and without passing any argument list at all. - You can use the new
-uswitch to cause perl to dump
core so that you can runundumpand produce a binary
executable image. Alternately you can use the"dump"
operator after initializing any variables and such. - You can now chop lists.
- Perl now uses
/bin/cshto do filename globbing,
if available. This means that filenames with spaces or other
strangenesses work right. - New functions:
mkdirandrmdir,
getppid,getpgrpandsetpgrp,
getpriorityandsetpriority,
chroot,ioctlandfcntl,
flock,readlink,lstat,
rindex,packandunpack,
read,warn,dbmopenand
dbmclose,dump,reverse,
defined,undef.
(Quelle)

![Reblog this post [with Zemanta]](http://img.zemanta.com/reblog_c.png?x-id=14549f15-b017-4d82-89c7-f33154fe5c65)