NAME feature - Perl pragma to enable new features SYNOPSIS use feature qw(say switch); given ($foo ... New syntactic constructs, or new semantic meanings to older constructs, can be enabled by use feature
NAME perlnewmod - preparing a new module for distribution DESCRIPTION This document gives you some ... Check it's new There are a lot of modules on CPAN, and it's easy to miss one that's similar to what
NAME perldelta - what is new for perl v5.18.2 DESCRIPTION This document describes differences between ... [perl #120288] Previously PerlIOBase_dup didn't check if pushing the new layer succeeded before (optionally
Try to design the new module to be easy to extend and reuse. ... ->new(); ?
( $backend_object ); Sets up a new selfupdate object. ... Called automatically when a new backend object is created.
Any time there are new codes, I will add them to the module and release a new version. ... VERSION 3.23 (2012-09-01; sbeck) NEW CODE(s) VERSION 3.22 (2012-06-01; sbeck) NEW CODE(s) Updated
SYNOPSIS use Dumpvalue; my $dumper = Dumpvalue->new; $dumper->set(globPrint => 1); $dumper->dumpValue ... ); $dumper->dumpvars('main'); my $dump = $dumper->stringify($some_value); DESCRIPTION Creation A new
VERSION Version 3.26 SYNOPSIS use TAP::Parser::Scheduler; DESCRIPTION METHODS Class Methods new ... my $sched = TAP::Parser::Scheduler->new; Returns a new TAP::Parser::Scheduler object.
NAME perlreapi - Perl regular expression plugin interface DESCRIPTION As of Perl 5.9.5 there is a new ... instead of compiling a new one.
Encode::Alias - alias definitions to encodings SYNOPSIS use Encode; use Encode::Alias; define_alias( "newName ... to make the new definition available
Returns the new file position, or -1 if an error occurs.
newRV_inc newRV_noinc newSV_type newSVpvn newSVpvn_flags newSVpvn_share newSVpvn_utf8 newSVpvs newSVpvs_flags ... newATTRSUB newXS newXSproto new_collate new_ctype new_numeric op_dump perl_parse pmop_dump re_intuit_string
- save and restore selected file handle SYNOPSIS use SelectSaver; { my $saver = SelectSaver->new ... ; # new handle may be selected, or not } # previous handle is selected DESCRIPTION A SelectSaver
, 'NewScalar'; tie $new_std_scalar, 'NewStdScalar'; DESCRIPTION This module provides some skeletal ... Associates a new scalar instance with the specified class.
NAME Tie::Handle - base class definitions for tied handles SYNOPSIS package NewHandle; require Tie ... Associates a new glob instance with the specified class.
, 'NewHash'; tie %new_std_hash, 'NewStdHash'; tie %new_extra_hash, 'NewExtraHash', sub {warn "Doing ... Associates a new hash instance with the specified class.
5.8, thread programming has been available using a model called interpreter threads which provides a new ... $old_size = threads->set_stack_size($new_size); Sets a new default per-thread stack size, and returns
If Perl is configured to use the new 'perlio' IO system then Encode provides a "layer" (see PerlIO) which ... iliad.utf8'); my @epic = <$iliad>; print $utf8 @epic; close($utf8); close($illiad); In addition, the new
If you're writing new code consider using TAP::Harness directly instead. ... See "new" in TAP::Formatter::Base.
This means that programmers need new habits. ... Your new toolkit Add to your standard heading the following line: use Encode qw(encode decode); Or
NAME perlmroapi - Perl method resolution plugin interface DESCRIPTION As of Perl 5.10.1 there is a new
and all its state, and run the cloned interpreter in a separate thread, beginning execution in the new ... This limitation can be easily worked around in new code by creating a pipe explicitly.
then the C++ new function will be called to create a dynamic C++ object. ... color * color::new() The generated C++ code will call new.
It is intended as a "bootstrap" guide for those who are new to the language, and provides just enough
This way old programs that used to use NDBM via dbmopen() can still do so, but new ones can reorder @ ... trivial to copy database formats: use Fcntl; use NDBM_File; use DB_File; tie %newhash, 'DB_File', $new_filename
Version 0.77 introduces the new 'parse' and 'declare' methods to standardize usage. ... and wish to switch to a dotted-decimal $VERSION, then you need to make a one-time conversion to the new
USA: Chicago, New York, Washington. ... , and $aref2 is assigned a reference to the new array.
The B module is of use to those who want to write new compiler backends. ... B::FM For 5.11.0 and later, B::RV is abolished, and IVs can be used to store references, and a new
new() $x = Math::BigRat->new('1/3'); Create a new Math::BigRat object. ... w/ floats $x = Math::BigRat->new(Math::BigInt->new(3)); # BigInt $x = Math::BigRat->new(Math
It has the following methods/attributes: Pod::Paragraph->new() my $pod_para1 = Pod::Paragraph->new( ... Pod::ParseTree->new() my $ptree1 = Pod::ParseTree->new; my $ptree2 = new Pod::ParseTree; my $ptree4
The following methods are available: Pod::List->new() Create a new list object. ... The following methods are available: Pod::Cache->new() Create a new cache object.
: $v1 = version->new(12.3); $v2 = version->new($v1); or as an object method: $v1 = version->new(12.3 ... NOTE: if you create a new object using an existing object like this: $v2 = $v1->new(); the new object
], ) my $harness = TAP::Harness->new( \%args ); The constructor returns a new TAP::Harness object. ... sources NEW to 3.18.
METHODS Class Methods new Create a new object. ... Any arguments passed to new will be passed on to the "_initialize" method. Returns a new object.
METHODS new my $prereq = CPAN::Meta::Prereqs->new( \%prereq_spec ); This method returns a new set ... with_merged_prereqs my $new_prereqs = $prereqs->with_merged_prereqs( $other_prereqs ); my $new_prereqs
{ my $class = shift; my $self = fields::new($class); $self->SUPER::new(); ... The following functions are supported: new perl before 5.9.0: fields::new() creates and blesses
(see the Symbol package). new optionally takes arguments, these arguments are in key-value pairs. new ... In a scalar context the new socket is returned, or undef upon failure.
The new class is given a constructor method, new, for creating struct objects. ... Initializing with new struct always creates a constructor called new.
The new() method returns a reference to a hash. ... If no file is specified, the .packlist specified to new() will be read.
CONSTRUCTOR new ( [ HANDLES ] ) The constructor creates a new object and optionally initialises ... foreach $fh (@ready) { if($fh == $lsn) { # Create a new socket $new =
Archive::Tar::File->new( data => $path, $data, $opt ) Returns a new Archive::Tar::File object from data ... $bool = $file->rename( $new_name ) Rename the current file to $new_name.
MODULE::add_XXX_alias ( NAME ,NEW_NAME ) These routines are used to add a new alias to the data. ... becomes and alias and NEW_CODE becomes the "real" code).
$atan = Math::BigFloat->new(1)->batan(100); # arcus tangens(1) my $atan2 = Math::BigFloat->new ... batan2() my $y = Math::BigFloat->new(2); my $x = Math::BigFloat->new(3); print $y->batan2($x), "\n";
$class; } The name new isn't special. ... For example, the construct Class->new() can be interpreted as either 'Class'->new() or Class()->new()
newANONHASH newANONLIST newANONSUB newATTRSUB newAVREF newCVREF newFORM ... newGVREF newGVgen newGVgen_flags newHVREF newHVhv newIO newMYSUB newPROG
XS The following Win32-Methods are built-in: newXS("Win32::GetCwd", w32_GetCwd, file); newXS("Win32 ... , file); newXS("Win32::IsWinCE", w32_IsWinCE, file); newXS("Win32::CopyFile", w32_CopyFile, file); newXS
FUNCTIONS $thread = Thread->new(\&start_sub) $thread = Thread->new(\&start_sub, LIST) new starts ... Like Thread->new, async returns a thread object.
Creates a new refcounted_he. ... newGP newMADPROP newMADsv newSTUB newTOKEN newXS_len_flags new_warnings_bitfield
new() $x = Math::BigInt->new($str,$A,$P,$R); Creates a new BigInt object from a scalar or another BigInt ... (5); $mbi2 = Math::BigInteger->new(5); $mbi = Math::BigInteger->new(2);
METHODS new my $req = CPAN::Meta::Requirements->new; This returns a new CPAN::Meta::Requirements object ... If the new requirement is redundant to the existing specification, this has no effect.
See the new() method for details. ... See the new() method for details.
Digest->new("SHA-1"); $sha256 = Digest->new("SHA-256"); $sha384 = Digest->new("SHA-384"); $sha512 = Digest ... $ctx = Digest->new(XXX => $arg,...) $ctx = Digest::XXX->new($arg,...)
CGI::Cookie - Interface to HTTP Cookies SYNOPSIS use CGI qw/:standard/; use CGI::Cookie; # Create new ... cookies and send them $cookie1 = CGI::Cookie->new(-name=>'ID',-value=>123456); $cookie2 = CGI::Cookie
NAME IO::File - supply object methods for filehandles SYNOPSIS use IO::File; $fh = IO::File->new( ... CONSTRUCTOR new ( FILENAME [,MODE [,PERMS]] ) Creates an IO::File.
NAME IO::Pipe - supply object methods for pipes SYNOPSIS use IO::Pipe; $pipe = IO::Pipe->new(); ... If no arguments are given then method handles is called on the new IO::Pipe object.
The rest of the time your script waits in the call to new(). ... When the server requests that your script be terminated, new() will return undef.
METHODS $object = Object::Accessor->new( [ARGS] ); Creates a new (and empty) Object::Accessor object ... Any arguments given to new are passed straight to mk_accessors.
= $old; $new =~ s#(.*)\.tar\.gz$#$1.tgz# ; rename $old => $new or die "Cannot rename ... '$old' to '$new': $!
(): my $build = Module::Build->new ( ... ... To do this, use the install_path parameter to the new() method: my $build = Module::Build->new (
A new Net::SMTP object must be created with the new method. ... Use "Debug => 1" option under new() to see if disabled.
METHODS $Configure = CPANPLUS::Configure->new( load_configs => BOOL ) This method returns a new object ... be examined again to see if there are new config files that could be read.
new features. ... rh = (HV *)sv_2mortal((SV *)newHV()); hv_store(rh, "f_bavail", 8, newSVnv(buf.f_bavail),
Constructor The new method returns a collator object. ... Examples: new(locale => 'ca')->change(backwards => undef) new(locale => 'da')->change(upper_before_lower
Class Methods new my %args = ( verbose => 1, ) my $harness = TAP::Formatter::Console->new( \%args ... open_test Called to create a new test session.
So we test new(). #! ... /usr/bin/perl -w use Test::Simple tests => 2; use Date::ICal; my $ical = Date::ICal->new;
my $parser = TAP::Parser->new(\%args); Returns a new TAP::Parser object. ... sources NEW to 3.18.
METHODS new my $cmc = CPAN::Meta::Converter->new( $struct ); The constructor should be passed a valid ... convert my $new_struct = $cmc->convert( version => "2" ); Returns a new hash reference with the metadata
In general this will probably be 'new' but it can be whatever you want. ... $self->search_path( add => "New::Path" ); # add $self->search_path( new => "New::Path" ); # replace
This ensures that all necessary features are available as well as any new bug fixes. ... This is done using the new inc::latest module.
NAME FileHandle - supply object methods for filehandles SYNOPSIS use FileHandle; $fh = FileHandle->new ... FileHandle::new_from_fd creates a FileHandle like new does.
CONSTRUCTOR new ( [ARGS] ) Creates an IO::Socket::INET object, which is a reference to a newly created ... symbol (see the Symbol package). new optionally takes arguments, these arguments are in key-value pairs
The seven routines are: SV* newSViv(IV); SV* newSVuv(UV); SV* newSVnv(double); SV* newSVpv(const ... char*, STRLEN); SV* newSVpvn(const char*, STRLEN); SV* newSVpvf(const char*, ...); SV* newSVsv(SV
management of installed modules SYNOPSIS use ExtUtils::Installed; my ($inst) = ExtUtils::Installed->new ... See the 'default' option to new() for details. new() This takes optional named parameters.
That's all well and good for declaration of a fixed data structure, but what if you wanted to add new ... What about adding new columns?
describes Thread::Semaphore version 2.12 SYNOPSIS use Thread::Semaphore; my $s = Thread::Semaphore->new ... METHODS ->new() ->new(NUMBER) new creates a new semaphore, and initializes its count to the specified
METHODS new my $meta = CPAN::Meta->new($distmeta_struct, \%options); Returns a valid CPAN::Meta object ... CPAN::Meta object, just like new().
one => 1, two => 2, three => [ 1, 2, 3 ], }; my $yw = TAP::Parser::YAMLish::Writer->new ... METHODS Class Methods new my $writer = TAP::Parser::YAMLish::Writer->new; The constructor new creates
CPANPLUS::Module::Fake - fake module object for internal use SYNOPSIS my $obj = CPANPLUS::Module::Fake->new ... It can take more options (same as CPANPLUS::Module->new but the above are required.
METHODS new ( KEY , FLAGS ) Creates a new message queue associated with KEY. ... On creation of a new message queue FLAGS is used to set the permissions.
Same rules apply for names as in new. ... package main; $foo = Foo->new; $fuz = Fuz->new; $boo = [ 1, [], "abcd", \*foo, {1 => 'a',
METHODS Class Methods new Creates a new factory class: my $sf = TAP::Parser::IteratorFactory->new ... register_handler Registers a new TAP::Parser::SourceHandler with this factory.
mechanism; SYNOPSIS use Log::Message private => 0, config => '/our/cf_file'; my $log = Log::Message->new ... The default is to return the newest ones first Methods new This creates a new Log::Message object
/Write/Modify Perl/XS typemap files SYNOPSIS # read/create file my $typemap = ExtUtils::Typemaps->new ... METHODS new Returns a new typemap object. Takes an optional file parameter.
post ( [ MESSAGE ] ) Post a new article to the news server. ... postfh () Post a new article to the news server using a tied filehandle.
to the variable keepSub in one operation using newSVsv. ... \n"); PUSHMARK(SP); XPUSHs(sv_2mortal(newSViv(fh))); XPUSHs(sv_2mortal(newSVpv(buffer, 0
METHODS Class Methods new Creates a new factory class. ... TAP::Parser::Result->new is never called, $tokens are reblessed.
The following methods are provided: $md5 = Digest::MD5->new The constructor returns a new Digest ... No new object is created in this case. $md5->reset This is just an alias for $md5->new.
A new Net::POP3 object must be created with the new method. ... CONSTRUCTOR new ( [ HOST ] [, OPTIONS ] 0 This is the constructor for a new Net::POP3 object.
NAME Tie::Array - base class for tied arrays SYNOPSIS package Tie::NewArray; use Tie::Array; @ISA ... '; $object = tie @somearray,'Tie::StdArray'; $object = tie @somearray,'Tie::NewStdArray'; DESCRIPTION
METHODS new ( KEY , SIZE , FLAGS ) Creates a new shared memory segment associated with KEY. ... On creation of a new shared memory segment FLAGS is used to set the permissions.
IO::File "| compress -c >$filename"; my $tar = Archive::Tar->new(); ... ... use Net::FTP; use IO::Uncompress::Gunzip qw(:all); my $ftp = new Net::FTP ...
something like the following code will typically be used: use Module::Build; my $build = Module::Build->new ... get away with something as short as this for its Build.PL script: use Module::Build; Module::Build->new
CPANPLUS::Dist - base class for plugins SYNOPSIS my $dist = CPANPLUS::Dist::YOUR_DIST_TYPE_HERE->new ... $dist = CPANPLUS::Dist::YOUR_DIST_TYPE_HERE->new( module => MODOBJ ); Create a new CPANPLUS::Dist::YOUR_DIST_TYPE_HERE
"n" Stands for "New file only". ... MoveFileW MoveFileW( $swOldName, $swNewName ) $swOldName and $swNewName are Unicode.
METHODS new ( KEY , NSEMS , FLAGS ) Create a new semaphore set associated with KEY. ... On creation of a new semaphore set FLAGS is used to set the permissions.
new returns the handle for subsequent calls to following functions. ... newTTY takes two arguments which are input filehandle and output filehandle.
VERSION Version 3.26 SYNOPSIS use TAP::Parser::Multiplexer; my $mux = TAP::Parser::Multiplexer->new ... METHODS Class Methods new my $mux = TAP::Parser::Multiplexer->new; Returns a new TAP::Parser::Multiplexer
documents in directory trees SYNOPSIS use Pod::Simple::Search; my $name2path = Pod::Simple::Search->new ... CONSTRUCTOR This class provides the one constructor, called new.
instead"); new(@_); } sub new ... 1; The function open has been deprecated, so code has been included ... ->new(); $a->doit(1); When this code is run only the Derived object, $b, will generate a warning.
new() [version 0.03] Creates a new Module::Build object. ... Arguments to the new() method are listed below.
new() is a synonym for create(). ... When a new Perl thread is created, all the data associated with the current thread is copied to the new
METHODS new( ok => BOOL, args => DATA, rv => DATA, [function => $method_name] ) Creates a new CPANPLUS ... If not, new() will try to deduce the name from caller() information.
See Pod::Parser for all the details; briefly, one creates a new parser with Pod::PlainText->new() and ... Please change to the new calling convention, though.
NAME IO::Dir - supply object methods for directory handles SYNOPSIS use IO::Dir; $d = IO::Dir->new ... new ( [ DIRNAME ] ) new is the constructor for IO::Dir objects.
a new App::Prove::State::Result instance. ... Will return a new App::Prove::State::Result::Test instance if the name is not found.
CONSTRUCTOR new () Creates a new IO::Handle object. ... new_from_fd ( FD, MODE ) Creates an IO::Handle like new does.
about it VERSION Version 3.26 SYNOPSIS use TAP::Parser::Source; my $source = TAP::Parser::Source->new ... METHODS Class Methods new my $source = TAP::Parser::Source->new; Returns a new TAP::Parser::Source
new() my $parser = Pod::Parser->new(); This is the constructor for Pod::Parser and its subclasses. ... (); my $parser2 = new MyParser(); my $parser3 = $parser2->new(); where MyParser is some subclass of
Every time your subroutine is called, it generates a new page. ... USING CGI::Push CGI::Push adds one new method to the standard CGI suite, do_push().
Author::Fake - dummy author object for CPANPLUS SYNOPSIS my $auth = CPANPLUS::Module::Author::Fake->new ... METHODS new( _id => DIGIT ) Creates a dummy author object.
METHODS Class Methods new my $job = TAP::Parser::Scheduler::Spinner->new; Returns a new TAP::Parser
my %args = ( formatter => $self, ) my $harness = TAP::Formatter::Console::Session->new( \%args ) ... ; The constructor returns a new TAP::Formatter::Console::Session object.
METHODS Class Methods new my $job = TAP::Parser::Scheduler::Job->new( $name, $desc ); Returns ... a new TAP::Parser::Scheduler::Job object.
( [CODESET] ) all_langvar_names ( [CODESET] ) Locale::Codes::LangVar::rename_langvar ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::LangVar::add_langvar_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
Locale::Currency::delete_currency_alias ( NAME ) Locale::Currency::rename_currency_code ( CODE ,NEW_CODE ... [,CODESET] ) Locale::Currency::add_currency_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale::Currency
( [CODESET] ) all_langfam_names ( [CODESET] ) Locale::Codes::LangFam::rename_langfam ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::LangFam::add_langfam_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
( [CODESET] ) all_langext_names ( [CODESET] ) Locale::Codes::LangExt::rename_langext ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::LangExt::add_langext_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
the include path to make sure I'm not running my tests against the installed version rather than the new ... For new applications I should use TAP::Harness directly. As we'll see, prove uses TAP::Harness.
OOP style new($alg) Returns a new Digest::SHA object. ... Invoking new as an instance method will not create a new object; instead, it will simply reset the object
[CODESET] ) all_currency_names ( [CODESET] ) Locale::Codes::Currency::rename_currency ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::Currency::add_currency_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
) Locale::Script::delete_script_alias ( NAME ) Locale::Script::rename_script_code ( CODE ,NEW_CODE ... [,CODESET] ) Locale::Script::add_script_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale::Script
Codes::Script::delete_script ( CODE [,CODESET] ) Locale::Codes::Script::add_script_alias ( NAME ,NEW_NAME ... [,CODESET] ) Locale::Codes::Script::add_script_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
SYNOPSIS use TAP::Formatter::Color; my $harness = TAP::Formatter::Color->new( \%args ); $harness->runtests ... (@tests); METHODS Class Methods new The constructor returns a new TAP::Formatter::Color object.
Each compartment has a new namespace The "root" of the namespace (i.e. ... METHODS To create a new compartment, use $cpt = new Safe; Optional argument is (NAMESPACE), where
Second, we create a new tied hash each time the hash syntax is used. ... After this change one can do my $a = symbolic->new(3); my $b = symbolic->new(4); my $c = sqrt($a**2
[CODESET] ) all_language_names ( [CODESET] ) Locale::Codes::Language::rename_language ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::Language::add_language_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
Locale::Language::delete_language_alias ( NAME ) Locale::Language::rename_language_code ( CODE ,NEW_CODE ... [,CODESET] ) Locale::Language::add_language_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale::Language
New features and extensions to the language can be contentious. ... Does it potentially introduce new bugs?
METHODS Class Methods new The constructor new creates and returns an empty TAP::Parser::YAMLish::Reader ... my $reader = TAP::Parser::YAMLish::Reader->new; Instance Methods read my $got = $reader->read($iterator
Low-Level Interface to zlib compression library SYNOPSIS use Compress::Raw::Zlib ; ($d, $status) = new ... IO::File "| compress -c >$filename"; my $tar = Archive::Tar->new(); ...
METHODS new my $feature = CPAN::Meta::Feature->new( $identifier => \%spec ); This returns a new Feature
VERSION Version 3.26 SYNOPSIS use TAP::Parser::Aggregator; my $aggregate = TAP::Parser::Aggregator->new ... METHODS Class Methods new my $aggregate = TAP::Parser::Aggregator->new; Returns a new TAP::Parser
Unless code at a given scope declares that it wants the new behavior, that new behavior should be disabled ... New versions of dual-life modules should NOT be imported into maint.
USAGE Class methods new_from_file($filename, collect_pod => 1) Constructs a Module::Metadata object ... new_from_handle($handle, $filename, collect_pod => 1) This works just like new_from_file, except that
version 2.120921 SYNOPSIS my $struct = decode_json_file('META.json'); my $cmv = CPAN::Meta::Validator->new ... METHODS new my $cmv = CPAN::Meta::Validator->new( $struct ) The constructor must be passed a metadata
# from network my $json = JSON::PP->new->utf8; my $json_text = CGI->new->param( 'json_data ... new $json = JSON::PP->new Rturns a new JSON::PP object that can be used to de/encode JSON strings.
.}; my $result = TAP::Parser::Result->new( $token ); DESCRIPTION This is a simple base class used by ... ::Parser::Result->new($token); Returns an instance the appropriate class for the test token passed in
QUEUE CREATION ->new() Creates a new empty queue. ... ->new(LIST) Creates a new queue pre-populated with the provided list of items.
News sites http://perl.com/ Run by O'Reilly Media (the publisher of the Camel Book, among other ... http://use.perl.org/ use Perl; used to provide a slashdot-style news/blog website covering all things
You can also add new ones using "add_callback". #addr The address of the OP, in hexadecimal. ... It has one minor drawback though; it doesn't register the style under a new name.
debugger, we need to be able to get a new IN and OUT filehandle for the new debugger. ... create_IN_OUT($flags) Create a new pair of filehandles, pointing to a new TTY.
newStream([OPTS]) Usage is $z->newStream( [OPTS] ) Closes the current compressed data stream and starts ... a new one.
NAME Net::Ping - check a remote host for reachability SYNOPSIS use Net::Ping; $p = Net::Ping->new ... a new ping object.
Construction new my $Test = Test::Builder->new; Returns a Test::Builder object representing the ... probably want new.
CREATING A NEW QUERY OBJECT (OBJECT-ORIENTED STYLE): $query = CGI->new; This will parse the input ( ... '}, "Open a new frame"); <a href="fred.html",target="_new">Open a new frame</a> You may
SYNOPSIS use App::Prove; my $app = App::Prove->new; $app->process_args(@ARGV); $app->run; METHODS ... Class Methods new Create a new App::Prove.
SYNOPSIS use I18N::Collate; setlocale(LC_COLLATE, 'locale-of-your-choice'); $s1 = I18N::Collate->new ... ("scalar_data_1"); $s2 = I18N::Collate->new("scalar_data_2"); DESCRIPTION *** WARNING: starting from
Constructor and Tailoring The new method returns a collator object. ... If new() is called with no parameters, the collator should do the default collation.
$new_nicety = PRIO_MIN; } if ($new_nicety > PRIO_MAX) { carp sprintf "WARNING ... $new_nicety = PRIO_MAX; } unless (defined setpriority(PRIO_PROCESS, $$self, $new_nicety)) {
Compile and link C code for Perl modules SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new ... METHODS new Returns a new ExtUtils::CBuilder object.
Object Methods Archive::Tar->new( [$file, $compressed] ) Returns a new Tar object. ... $tar->rename( $file, $new_name ) Rename the file of the in-memory archive to $new_name.
That takes away the user's freedom to choose what permission new files will have. ... ; IO Layers In Perl 5.8.0 a new I/O framework called "PerlIO" was introduced.
METHODS Class Methods new my $grammar = TAP::Parser::Grammar->new({ iterator => $iterator, ... the basic TAP parsing loop looks similar to the following: my @tokens; my $grammar = TAP::Grammar->new
However, most OO modules on CPAN use a method named new() to construct a new object: my $hostname = ... Most Perl classes use new as the name for their constructor: my $file = File->new(...); Methods You
Interface to bzip2 compression library SYNOPSIS use Compress::Raw::Bzip2 ; my ($bz, $status) = new ... a new compression object.
Note that the new argument style and use of the %result hash is recommended. ... Input is the contents of the module, output the new module contents.
See Pod::Simple for all the details; briefly, one creates a new parser with Pod::Text->new() and then ... Please change to the new calling convention, though.
Pod::LaTeX - Convert Pod data to formatted Latex SYNOPSIS use Pod::LaTeX; my $parser = Pod::LaTeX->new ... $parser->StartWithNewPage(1); $newpage = $parser->StartWithNewPage; Default is false.
METHODS $cb = CPANPLUS::Backend->new( [CONFIGURE_OBJ] ) This method returns a new CPANPLUS::Backend ... This will then be re-loaded into memory when a new session starts.
format Pod as validating XHTML SYNOPSIS use Pod::Simple::XHTML; my $parser = Pod::Simple::XHTML->new ... In your subclass's new method, after calling SUPER::new you'd call: $new->accept_targets_as_text( 'foo
correct HTTP/1.1 client VERSION version 0.025 SYNOPSIS use HTTP::Tiny; my $response = HTTP::Tiny->new ... METHODS new $http = HTTP::Tiny->new( %attributes ); This constructor returns a new HTTP::Tiny object
copy("Copy.pm",\*STDOUT); move("/dev1/fileA","/dev2/fileB"); use File::Copy "cp"; $n = FileHandle->new ... Otherwise, it copies the file to the new location and deletes the original.
The following tokens are recognized; they may be separated by spaces, tabs, or new-lines: machine ... new object.
POSIX::SigSet new Create a new SigSet object. ... Create a new Termios object.
newStream([OPTS]) Usage is $z->newStream( [OPTS] ) Closes the current compressed data stream and starts ... a new one.
newStream([OPTS]) Usage is $z->newStream( [OPTS] ) Closes the current compressed data stream and starts ... a new one.
If you add new tests (or new modules with tests), you may need to update the t/TEST file so that the ... t/lib/ The old home for the module tests, you shouldn't put anything new in here.
Locale::Country::delete_country ( CODE [,CODESET] ) Locale::Country::add_country_alias ( NAME ,NEW_NAME ... [,CODESET] ) Locale::Country::add_country_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale::Country
( [CODESET] ) all_country_names ( [CODESET] ) Locale::Codes::Country::rename_country ( CODE ,NEW_NAME ... [,CODESET] ) Locale::Codes::Country::add_country_code_alias ( CODE ,NEW_CODE [,CODESET] ) Locale
new problems or concerns. ... END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you
version of Perl to a new location, and copy the installed files to this new location. ... dll to the "new" perl????.dll.
new_ok my $obj = new_ok( $class ); my $obj = new_ok( $class => \@args ); my $obj = new_ok( $class = ... This function only works on new() and it assumes new() will return just a single object which isa $class
my $btaste = Film->new({ Title => 'Bad Taste', Director => 'Peter Jackson ... kitchen one night about the problems I was having writing some really complicated feature into the new
Zlib SYNOPSIS With any version of Perl 5 you can use the basic OO interface: use IO::Zlib; $fh = new ... CONSTRUCTOR new ( [ARGS] ) Creates an IO::Zlib object.
NAME Tie::StdHandle - base class definitions for tied handles SYNOPSIS package NewHandle; require ... a needed method sub TIEHANDLE { ... } # Overrides inherited method package main; tie *FH, 'NewHandle
- keep sets of symbol names palatable to the VMS linker SYNOPSIS use ExtUtils::XSSymSet; $set = new ... new([$maxlen[,$silent]]) Creates an empty ExtUtils::XSSymset set of symbols.
$ftp = Net::FTP->new('target_site.somewhere.xxx'); $ftp->login('username','password'); # set transfer ... Turn on Debug (See below) and you will see what is happening $ftp = Net::FTP->new($host, Debug => 1)
Oriented Encoder SYNOPSIS use Encode::Encoder; # Encode::encode("ISO-8859-1", $data); Encode::Encoder->new ... encoder() is an alias of Encode::Encoder->new(). This one is exported on demand.
$x is created when whatever is called, and also a new inner, which can see the new $x. ... The prototype affects only interpretation of new-style calls to the function, where new-style is defined
{<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >}; my $p = Pod::Simple::HTML->new ... accessorized methods The following variables need to be set before the call to the ->new constructor
) and newAV() and all their friends. ... Since perl 5.7.2 you can specify PL_exit_flags |= PERL_EXIT_DESTRUCT_END to get the new behaviour.
TAP::Parser::Iterator::Stream; open( TEST, 'test.tap' ); my $it = TAP::Parser::Iterator::Stream->new ... METHODS Class Methods new Create an iterator. Expects one argument containing a filehandle.
:Parser::Iterator::Array; my @data = ('foo', 'bar', baz'); my $it = TAP::Parser::Iterator::Array->new ... METHODS Class Methods new Create an iterator.
Simple::PullParser -- a pull-parser interface to parsing Pod SYNOPSIS my $parser = SomePodProcessor->new ... ; $parser->set_source( "whatever.pod" ); $parser->run; Or: my $parser = SomePodProcessor->new; $parser
DCL symbols SYNOPSIS tie %allsyms, VMS::DCLsym; tie %cgisyms, VMS::DCLsym, 'GLOBAL'; $handle = new ... Reading an element retrieves the current value of the symbol, assigning to it defines a new symbol (or
You can see recent commits: % git log And pull new changes from the repository, and update your local ... Now that we have everything up to date, we need to create a temporary new branch for these changes and
reference with a new copy of the data. ... (keys %new_folks) { $HoH{flintstones}{$what} = $new_folks{$what}; } Access and Printing of a HASH
(); hv_stores(hash, "int_member", newSViv(in->int_member)); hv_stores(hash, "float_member", newSVnv ... The variable ix_$var is set to the number of elements in the new array.
:Module::Author - CPAN author object for CPANPLUS SYNOPSIS my $author = CPANPLUS::Module::Author->new ... METHODS $auth = CPANPLUS::Module::Author->new( author => AUTHOR_NAME, cpanid => CPAN_ID, _id => INTERNALS_ID
new binary op, and feeds it a number of variables. ... So, we call newBINOP to create a new binary operator.
The B::SV method is largely compatible with the old one, though authors of new software might be advised ... As a kludge, the new version will always use the pad for the main program, but for OPs in subroutines
Unless you're writing a new TAP::Parser::SourceHandler, a plugin, or subclassing TAP::Parser, you probably ... Returns a new TAP::Parser::Iterator object for use by the TAP::Parser. croaks on error.
own pragma that functions much like use integer; You'd like this code use MyMaths; my $l = MyMaths->new ... (1.2); my $r = MyMaths->new(3.4); print "A: ", $l + $r, "\n"; use myint; print "B: ", $l + $r, "\n"
MAIN METHODS $parser = SomeClass->new(); This returns a new parser object, where SomeClass is a ... *INPUT_FH ); SomeClass->filter( \$document_content ); This is a shortcut method for creating a new
Example: use Benchmark; $t0 = Benchmark->new; # ... your code here ... ... Make sub new dump its debugging output to STDERR, to be consistent with everything else.
METHODS new Requires xstype and code parameters. ... involves calling set_iv, set_uv, set_nv, set_pv or set_pvn to set the special $arg placeholder to a new
, setup => sub { ... }, teardown => sub { ... }, ); my $it = TAP::Parser::Iterator::Process->new ... METHODS Class Methods new Create an iterator.
CONSTRUCTOR new ( [ARGS] ) Creates an IO::Socket::UNIX object, which is a reference to a newly created ... symbol (see the Symbol package). new optionally takes arguments, these arguments are in key-value pairs
I plan on releasing a new version several times a year to incorporate any changes made in the standards ... NEW CODE SETS I'm always open to suggestions for new code sets.
Otherwise whatever you specify will be the new display style for this particular number. ... $j->display_format("polar"); There are two new display parameters.
TAP::Parser::Source; use TAP::Parser::SourceHandler::Executable; my $source = TAP::Parser::Source->new ... 0.8 if $source is a glob make_iterator my $iterator = $class->make_iterator( $source ); Returns a new
newStream([OPTS]) Usage is $z->newStream( [OPTS] ) Closes the current compressed data stream and starts ... a new one.
new my $error = autodie::exception->new( args => \@_, function => "CORE::open", errno => ... , context => 'scalar', return => undef, ); Creates a new autodie::exception object.
use TAP::Parser::Source; use TAP::Parser::SourceHandler::File; my $source = TAP::Parser::Source->new ... make_iterator my $iterator = $class->make_iterator( $source ); Returns a new TAP::Parser::Iterator:
. # For the options you can pass, see the C<Log::Message new()> method. ... if none provided, set to '0', private = 1 # do not be verbose verbose = 0 # default tag to set on new
use TAP::Parser::Source; use TAP::Parser::SourceHandler::RawTAP; my $source = TAP::Parser::Source->new ... newlines 0.5 if it's an array make_iterator my $iterator = $class->make_iterator( $source ); Returns a new
SYNOPSIS # Re-run failed tests $ prove --state=fail,save -rbv METHODS Class Methods new Accepts ... new Run the tests in newest to oldest order. old Run the tests in oldest to newest order.
CONSTRUCTOR new ([ HOST ] [, OPTIONS ]) This is the constructor for a new Net::FTP object. ... Returns the full pathname to the new directory.
Static Linking of a new Perl Binary An extension that is built with the above steps is ready to use ... The CPAN::Meta library is now standard for accessing old and new-style Meta files.
For the block property, new-style block names are returned (see "Old-style versus new-style block names ... That one function, "prop_value_aliases()" can be used to convert from old-style to new-style: my $new_style
recs...; my $r1 = pop @array; unshift @array, new recs...; my $r2 = shift @array; @old_recs = splice ... @array, 3, 7, new recs...; untie @array; # all finished DESCRIPTION Tie::File represents
; @names = Module::Build::ConfigData->feature_names; Module::Build::ConfigData->set_config(foo => $new_value ... ); Module::Build::ConfigData->set_feature(bar => $new_value); Module::Build::ConfigData->write; # Save
They should not be used in new code. ... = \*STDOUT # as a number new Create a temporary file object.
You should probably not create new items by yourself, but use the storing mechanism provided by Log:: ... This may be useful for comparing since the ID is incremented each time a new item is created.
TAP::Parser::Source; use TAP::Parser::SourceHandler::Executable; my $source = TAP::Parser::Source->new ... got an execute bit set make_iterator my $iterator = $class->make_iterator( $source ); Returns a new
base qw(Pod::Simple::Methody); sub start_L { print Dumper($_[1]{'section'} ) } __PACKAGE__->new ... Pod::Simple::Methody); sub start_L { print Dumper( '' . $_[1]{'section'} ) } __PACKAGE__->new
here: http://www.delorie.com/djgpp/getting.html You need the following files to build perl (or add new ... the perl binary in your module directory before you run "make test", so that you are testing with the new
[1addr]q Branch to the end of the script and quit without starting a new cycle. ... p If the substitution was made, print the new value of the pattern space.
[1addr]q Branch to the end of the script and quit without starting a new cycle. ... p If the substitution was made, print the new value of the pattern space.
Avoid starting a new top-level hierarchy, especially if a suitable hierarchy already exists under which ... It's likely you'll have to add new data types later.
newStream([OPTS]) Usage is $z->newStream( [OPTS] ) Closes the current compressed data stream and starts ... a new one.
This feature is new in Perl 5.16. You can take references to these and make aliases. ... at compile time: BEGIN { *CORE::GLOBAL::hex = sub { # ... your code here }; } The new
This example illustrates a new() call with all required arguments: CPANPLUS::Module->new( module ... author_object, _id => INTERNALS_OBJECT_ID, ); Every accessor is also a valid option to pass to new
Note that this is not the same thing as $self->SUPER::m(), which begins a new dispatch that is restricted ... Likewise, to create a class hierarchy in which every initializer inherited by a new object is invoked
file, the reading program will read the new signature from your program. ... = -1) || die "Can't start a new session: $!"
PL_sv_undef 1: NULL (0x9da4234) 2: NULL (0x9db0f2c) 3: NULL (0x9db0f44) 4: NULL (0x9da4264) -e syntax OK New-style ... PVNV (0xa0c4f40) "$j" = NULL (0xa0c4f34) 3: PVNV (0xa0c4f58) "$k" = NULL (0xa0c4f4c) -e syntax OK New
When you call: print $lang->maketext("You have [quant,_1,piece] of new mail. ... So, this: $lang->maketext("You have [quant,_1,piece] of new mail.
; my $status = unzip $input => $output [,OPTS] or die "unzip failed: $UnzipError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
use TAP::Parser::Source; use TAP::Parser::SourceHandler::Perl; my $source = TAP::Parser::Source->new ... backwards compat) make_iterator my $iterator = $class->make_iterator( $source ); Constructs & returns a new
http://www.plover.com/~mjd/perl/Memoize/ (for news and updates) I maintain a mailing list on which I ... occasionally announce new versions of Memoize.
$status = bunzip2 $input => $output [,OPTS] or die "bunzip2 failed: $Bunzip2Error\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
Defines how to write the Makefile to produce a static new perl. ... {lc $var}, it will attempt to replace it's $prefix with a $new_prefix.
miror information and select a fast one SYNOPSIS use CPAN::Mirrors; my $mirrors = CPAN::Mirrors->new ... rtt } @mirrors; print "Best mirrors are ", map( { $_->rtt } @mirrors[0..3] ), "\n"; DESCRIPTION new
Build - CPANPLUS plugin to install packages that use Build.PL SYNOPSIS my $build = CPANPLUS::Dist->new ... Called automatically whenever you create a new CPANPLUS::Dist object.
formats Replaced 'requires', 'build_requires', 'configure_requires', 'recommends' and 'conflicts' with new ... optional_features': Added formal specification and usage guide instead of just example Changed to use new
Calling SetChildShowWindow(0) will make these new console windows invisible. ... The pid of the new process is stored in PID. This function is deprecated.
called without additional arguments; and will set the element to the supplied value (and return the new ... method to construct and return a new structure, initialised to zeroes.
The B::Lint->register_plugin( MyPlugin => \@new_checks ) method adds the list of @new_checks to the list
CPANPLUS::Dist::MM - distribution class for MakeMaker related modules SYNOPSIS $mm = CPANPLUS::Dist::MM->new ... Called automatically whenever you create a new CPANPLUS::Dist object.
= rawinflate $input => $output [,OPTS] or die "rawinflate failed: $RawInflateError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
anyuncompress $input => $output [,OPTS] or die "anyuncompress failed: $AnyUncompressError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
$status = inflate $input => $output [,OPTS] or die "inflate failed: $InflateError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
SYNOPSIS use Pod::Checker; $num_errors = podchecker($filepath, $outputpath, %options); my $checker = new ... Pod::Checker->new( %options ) Return a reference to a new Pod::Checker object that inherits from Pod
use of this class is like so: use Pod::Simple::HTMLBatch; my $batchconv = Pod::Simple::HTMLBatch->new ... pod from happydocs into the current directory) MAIN METHODS $batchconv = Pod::Simple::HTMLBatch->new
Useful to make sure that no new problems have been introduced. ... All --sources are combined into a hash, and passed to "new" in TAP::Harness's sources parameter.
with ExtUtils::MakeMaker SYNOPSIS # In a Build.PL : use Module::Build; my $build = Module::Build->new ... typically controlled by passing the desired style as the create_makefile_pl parameter to Module::Build's new
Constructors are often named new(). ... Its disadvantage is that it won't create a new filehandle for you.
When a new thread is created, all references are replaced with new ones, including all objects. ... in use will be replaced with new ones.
Exporting your new function The new shiny result of either genuine new functionality or your arduous ... Purify on Unix On Unix, Purify creates a new Perl binary.
= anyinflate $input => $output [,OPTS] or die "anyinflate failed: $AnyInflateError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
my $status = gunzip $input => $output [,OPTS] or die "gunzip failed: $GunzipError\n"; my $z = new ... Returns 1 if a new stream was found, 0 if none was found, and -1 if an error was encountered.
$a = new DB_File::HASHINFO ; $a->{'bsize'} ; $a->{'cachesize'} ; $a->{'ffactor'}; $a->{'hash'} ; $a-> ... $i = 2 ; $H->put($i, "Newbie", R_IAFTER) ; # and a new record before record 1.
SYNOPSIS use TAP::Formatter::File; my $harness = TAP::Formatter::File->new( \%args ); open_test See
SYNOPSIS use TAP::Formatter::Console; my $harness = TAP::Formatter::Console->new( \%args ); open_test
current differences are: Old awk always has a line loop, even if there are no line actions, whereas new ... statement print sprintf(some_args), extra_args; old awk considers extra_args to be arguments to sprintf; new
Pod::Man - Convert POD data to formatted *roff input SYNOPSIS use Pod::Man; my $parser = Pod::Man->new ... The recognized options to new() are as follows. All options take a single argument.
As of Encode version 2.21, a new method mime_name() is therefore added. ... Defining Encodings To define a new encoding, use: use Encode qw(define_encoding); define_encoding($
$lh->init(); This is called by ->new to initialize newly-constructed language handles. ... coderef, and then we return &$new_sub($lh, ...parameters...).
A minimal subclass needs to implement the following methods by itself: new clone add digest The arguments
DirHandle - supply object methods for directory handles SYNOPSIS use DirHandle; $d = DirHandle->new
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::JISX0208; my $collator = Unicode::Collate->new
ExtUtils::MM - OS adjusted ExtUtils::MakeMaker subclass SYNOPSIS require ExtUtils::MM; my $mm = MM->new
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::Korean; my $collator = Unicode::Collate->new
This document serves as both a specification for anyone wishing to implement the DynaLoader for a new ... This is simply a direct call to newXSUB(). Returns a reference to the installed function.
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::Big5; my $collator = Unicode::Collate->new
my $thing = TAP::Whatever->new(); $thing->callback( event => sub { # do something interesting
METHODS new Requires xstype and code parameters.
of directories containing archive libraries that relate to perl modules and should be linked into a new
.); Options include: NORMALIZER => function INSTALL => new_name SCALAR_CACHE => 'MEMORY' SCALAR_CACHE ... See the Memoize.pm Page at http://perl.plover.com/Memoize/ for news and upgrades.
So to check Test::Builder->new->diag("foo\n","bar\n"); You would do test_diag("foo","bar") without ... Bugs (and requests for new features) can be reported to the author though the CPAN RT system: http://
If the index is missing, and it's a file:// uri, it will generate a new local index for you. ... If the index is missing, and it's a file:// uri, it will generate a new local index for you.
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::Pinyin; my $collator = Unicode::Collate->new
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::Zhuyin; my $collator = Unicode::Collate->new
But for new archdir dll's use the same rebase address if the old exists.
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::Stroke; my $collator = Unicode::Collate->new
Overridden Methods new() MacPerl doesn't define $Config{sitelib} or $Config{sitearch} for some reason
METHODS new Requires xstype and ctype parameters. Optionally takes prototype parameter.
is_pageable write_with_binmode output_extension _perldoc_elem The concrete formatter must implement new
SYNOPSIS use Unicode::Collate; use Unicode::Collate::CJK::GB2312; my $collator = Unicode::Collate->new
USING B::Deparse AS A MODULE Synopsis use B::Deparse; $deparse = B::Deparse->new("-p", "-sC"); $body ... new $deparse = B::Deparse->new(OPTIONS) Create an object to store the state of a deparsing operation
Pluggable - package MyClass; use Module::Pluggable::Object; my $finder = Module::Pluggable::Object->new
or use Pod::Select; ## Create a parser object for selecting POD sections from the input $parser = new ... Private data fields are stored in the hash-object whose reference is returned by the new() constructor
If you're new to the Perl debugger, you may prefer to read perldebtut, which is a tutorial introduction ... R Restart the debugger by exec()ing a new session.
Upon tying a new hash to this package, the developer must specify the size of the keys that will be used
use CPANPLUS::Shell qw[Classic] # load CPANPLUS::Shell::Classic; my $ui = CPANPLUS::Shell->new
cs ### add a new custom source CPAN Terminal> /cs --add file:///path/to/releases ### list all your
The default name of the new configuration file is "libnet.cfg", and by default it is written to the current
Don't forget that with the new PerlIO layered I/O abstraction FILE* types may not even be available. ... which have similar arguments to Zero(): PoisonWith(dst, n, t, b) scribble memory with byte b PoisonNew
heuristics for CPANPLUS SYNOPSIS ### conf object via CPANPLUS::Backend; $cb = CPANPLUS::Backend->new ... ; $conf = $cb->configure_object; ### or as a standalone object $conf = CPANPLUS::Configure->new; ##
data to formatted color ASCII text SYNOPSIS use Pod::Text::Color; my $parser = Pod::Text::Color->new
ASCII text with format escapes SYNOPSIS use Pod::Text::Termcap; my $parser = Pod::Text::Termcap->new
SYNOPSIS # Re-run failed tests $ prove --state=fail,save -rbv METHODS Class Methods new Instance
fetching mechanism SYNOPSIS use File::Fetch; ### build a File::Fetch object ### my $ff = File::Fetch->new ... METHODS $ff = File::Fetch->new( uri => 'http://some.where.com/dir/file.txt' ); Parses the uri and creates
"SEE ALSO" section), and then later adopted as the preferred MRO (Method Resolution Order) for the new-style ... The only known case where pure perl code can confuse the method cache is when you manually install a new
There is also a new() constructor provided, which is the same as localtime(), except when passed a Time ... Creates a new # Time::Piece object Local Locales Both wdayname (day) and monname
build a release tarball, to run author-only tests, or to perform other tasks related to developing new ... For example: use version; if ( version->new($v1) <=> version->new($v2) ) { print "Versions are not
: print ONE_WEEK->minutes; METHODS The following methods are available: my $val = Time::Seconds->new
New() and Copy() are unfortunately used by both Symbian and Perl code so you'll have to play cpp games ... PerlBase.h undefines the Perl definitions and redefines them as PerlNew() and PerlCopy().
This also helps to differentiate new modules from old .pl and .ph files. ... It will be called in the context of the new thread, so all modifications are made in the new area.
system poll call SYNOPSIS use IO::Poll qw(POLLRDNORM POLLWRNORM POLLIN POLLHUP); $poll = IO::Poll->new
For new applications the newer versions of these constants are suggested (O_APPEND, O_ASYNC, O_CREAT,
formatted overstrike text SYNOPSIS use Pod::Text::Overstrike; my $parser = Pod::Text::Overstrike->new
confuse most perl IO operators except sysread and syswrite (see perlfunc for full details) Returns the new
The default permissions to use if a new file is created.
METHODS Class Methods new Create an iterator. Provided by TAP::Object.
Add a new debug statement while running in the shell and then issue a reload cpan and see the new debugging ... Bundle/mybundle.pm), install the new perl with the Configure option prefix, e.g. .
extensions are incorporated directly into PerlShr.Exe, you'll have to rebuild Perl to incorporate a new ... Then, rebuild PerlShr.Exe to incorporate the new code.
If you are a module author, this is useful to run before creating a new release. ... The defaults can be overridden by specifying new values on the command line.
QUICK START GUIDE To write a test for your new (and probably not even done) module, create a new file ... called t/test.t (in a new t directory).
The default permissions to use if a new file is created.
The default permissions to use if a new file is created.
$hasargs is true if a new instance of @_ was set up for the frame. ... \n" unless chdir '/usr/spool/news'; chdir '/usr/spool/news' or die "Can't cd to spool: $!
force forces a new download, even if the file already exists.
construct an object of this class for yourself, but if you want to, call Pod::Simple::PullParserEndToken->new
You should not get it via Test::Builder->new as was previously recommended.
See "GZIP INTERFACE" With the creation of the IO::Compress and IO::Uncompress modules no new features ... If you are writing new code, your first port of call should be one of the new IO::Compress or IO::Uncompress
If you perform a new installation, then (a newer) Perl will be installed automatically. ... Insert the new formula into the Formula/Value box.
% perl -MPod::Simple::SimpleTree -MData::Dumper -e \ "print Dumper(Pod::Simple::SimpleTree->new->parse_file
perlio The new perlIO layer is used. NI-S' favorite.
remove &rewind &setdef &sync &tmpnam &vmsopen &vmssysopen &waitfh &writeof ); setdef("new ... interface will be removed in a future release of this extension, so please update your code to use the new
To enable this feature, export the new "warningsToBrowser" subroutine. ... you've done that, you can change the logged name of the program at any time by calling set_progname(new_program_name
You may want to start with perldoc perltrap for pointers to common traps that new (and experienced) Perl ... Feel free to update the ticket about your bug on http://rt.perl.org if a new version of Perl is released
this command: :/start/,/stop/s/from/to/ When used as a filter we want to invoke it like this: use NewSubst ... package NewSubst ; use Filter::Util::Call ; use Carp ; sub import { my ($self, $start, $stop, $
You may want to start with perldoc perltrap for pointers to common traps that new (and experienced) Perl ... Feel free to update the ticket about your bug on http://rt.perl.org if a new version of Perl is released
construct an object of this class for yourself, but if you want to, call Pod::Simple::PullParserStartToken->new
use warnings::register Creates a new warnings category with the same name as the package where the
construct an object of this class for yourself, but if you want to, call Pod::Simple::PullParserTextToken->new
use IO::Socket::IP; use Socket qw(getnameinfo); my $server = IO::Socket::IP->new(LocalPort => 12345, ... Socket::INET; use Socket qw(SOL_SOCKET SO_RCVBUF IPPROTO_IP IP_TTL); my $socket = IO::Socket::INET->new
Perl prefers to dup the new low-level descriptor to the descriptor used by the existing PerlIO. ... The fact that such a FILE * has been 'exported' is recorded, (normally by pushing a new :stdio "layer
the id METHODS $internals = CPANPLUS::Internals->_init( _conf => CONFIG_OBJ ) _init creates a new
The new value of $^H will therefore be visible only while the body of foo() is being compiled. ... This is a new mechanism and the details may change. See also perldebguts.
under control of the benchmarking or profiling modules, from the first step above, and check that the new ... code against the same logfile, as above, to check the new time. $> time .
you should either delete your current config file and reconfigure, or patch your config file from the new
Extension modules can also hook into the Perl parser to define new kinds of compound statements. ... It's safer because if code gets added between the inner and outer loops later on, the new code won't
sub juggle { . . . } Fatal->import('juggle'); BEST PRACTICE Fatal has been obsoleted by the new autodie
reason you have a statically-linked perl, and the module requires compilation, you'll need to build a new ... You can add new paths to the default @INC in the Preferences menu item in the MacPerl application ($ENV
function creates a specially-named directory in $dir and copies all .pm files from the modlist to the new
rather than default push @params, (-decimal_digits => $scale); } return Number::Format->new
While developing your module you might write a new file, not add it to the MANIFEST, then run a distclean ... and be sad because your new work was deleted.
If you're new to Perl, you should start by running perldoc perlintro, which is a general intro for beginners ... perlmodinstall Perl modules: how to install from CPAN perlnewmod Perl modules: preparing a new
# always done via CPANPLUS::Shell my $ui = CPANPLUS::Shell->new
When a new language is being encoded, Unicode generally will choose a block of consecutive unallocated ... All features that combine Unicode and I/O also require using the new PerlIO feature.
were still rare and many users instead chose to write scripts in legacy encodings, giving up a whole new ... strings operating under byte semantics and strings with Unicode character data are concatenated, the new
-ncpio FILE Adds current output to "new"-style cpio-format FILE.
$bool = $dist->init This method is called just after the new dist object is set up and before the prepare
jcode::convert(*_, 'euc', 'sjis'); print; } # Jcode.pm use Jcode; while(<>){ print Jcode->new
NOT New York Seneca! [{mis} : Miscellaneous languages] Don't use this. ... {new} : Newari {nia} : Nias [{nic} : Niger-Kordofanian (Other)] [{ssa} : Nilo-Saharan (Other
None of the other functions will be affected, and no new color constants will be created. ... The custom colors are aliases for existing color names; no new escape sequences can be introduced.
If you make the new settings permanent (read on), all programs you run see the changes. ... This module is now mildly obsolete and should be avoided in new applications.
compatibility only; they may be deprecated and removed in future releases of Perl, so don't use them for new ... Unicode 6.1 has created Name_Aliases for each of them, including alternate names, like NEW LINE. viacode
If you are migrating a codebase to use the new interface, you will have to list everything explicitly ... The new semantics are now only available with make_path and remove_tree.
This is useful for checking the configuration as well as using the dump as a starting point for a new
EXAMPLES use Term::Cap; # Get terminal output speed require POSIX; my $termios = new POSIX::Termios
Please don't do this in new code.
If you just want to preserve existing newlines but add new breaks with something else, set $Text::Wrap
xsi_body(@modules) This function returns a string of calls to newXS() that glue the module bootstrap
thing doesn't matter, nor does case) is_dialect_of('nn', 'no') is TRUE (because 'nn' (New ... Note that this function does not try to equate new (and never-used, and unusable) ISO639-2 three-letter
Internal version numbers are increased each time new data types (such as restricted hashes) are added ... Hence this Storable defaults to the new, correct behaviour.
</head1> For example, a directive consisting of this: =head1 Options to C<new> et al. ... will produce this event structure: <head1 start_line="543"> Options to <C> new
KNOWN BUGS The new simpler way to call XSLoader::load() with no arguments at all does not work on Perl
(Typically under the c:\perl folder) BUILD NEW EXTENSIONS To build extensions other than standard extensions
Our new tests pass, hooray! Documenting the patch Finally, the documentation.
This is useful for checking the configuration as well as using the dump as a starting point for a new
(If you have the version module, you can also use new-style version numbers, like 5.8.8.)
strings operating under byte semantics and strings with Unicode character data are concatenated, the new ... There is a new U specifier that converts between Unicode characters and code points.
LOG_MAIL - mail subsystem LOG_NETINFO - NetInfo subsystem (Mac OS X); falls back to LOG_DAEMON LOG_NEWS ... - USENET news subsystem LOG_NTP - NTP subsystem (FreeBSD, NetBSD); falls back to LOG_DAEMON LOG_RAS
The local name becomes an alias to a new value but the external name is still an alias for the original
for a different version of Solaris than you are running, then you will need to rebuild gcc for your new ... Versions newer than 2.7 are apparently new enough.
Some because they are part of core-perl and you dont want a new package.
See POD2::IT (or POD2::FR) to see how to create new localized POD2::* documentation packages and integrate
The ability to override what @ISA says is new in 5.8. The trust in item 2 is transitive.
Perl을 더 깊게 공부하는데 도움을 줄 수 있는 한국어 관련 사이트 http://www.perl.or.kr/ Perl 한국 사용자 모임 news:han.comp.lang.perl
Note that because -i renames or deletes the original file before creating a new file of the same name ... PERL_HASH_SEED (Since Perl 5.8.1, new semantics in Perl 5.18.0) Used to override the randomization
This was the first Perl module that provided support for handling the new style of command line options ... Configuration options can be passed to the constructor: $p = new Getopt::Long::Parser config
If the parser encounters a require or use statement in a source stream, a new and distinct stream is ... is parsed: cpp_test ---> cpp filter ---> parser (INACTIVE) Fred.pm ----> parser As you can see, a new
Use the new and and or operators to avoid having to parenthesize list operators so much, and to reduce
So what's new?
The good news is that you very probably don't need to ever use the ODBM_File extension since more advanced
Quick Guide If you want to know as little about Perl as possible but need to add a new encoding, just
Any old modules which use AutoLoader should be changed to the new calling style.
makeaperl (override) Undertake to build a new set of Perl images using VMS commands.
for converting other languages, the pl2pm utility will help you convert old-style Perl 4 libraries to new-style
Using PerlIO and different encodings on ASCII and EBCDIC partitions Since version 5.8 Perl uses the new
\R Generic new line. Not in []. \s Character class for whitespace. ... New in perl 5.10.0 are the classes \h and \v which match horizontal and vertical whitespace characters
Unicode Unicode is a new and complex technology and one may easily overlook certain security pitfalls ... New Default Hash Function The default hash function has been modified with the intention of making
Another use for typeglobs is to pass filehandles into a function or to create new filehandles. ... In other words, *FH must be used to create new symbol table entries; *foo{THING} cannot.
%Module::CoreList::families New, in 1.96, a hash that clusters known perl releases by their major versions
Term::ReadLine UI made easy SYNOPSIS use Term::UI; use Term::ReadLine; my $term = Term::ReadLine->new
Constructors _new(STR) Convert a string representing an unsigned decimal number to an object representing
Bizarre SvTYPE [%d] (P) When starting a new thread or return values from a thread, Perl encountered ... You must put parentheses around the filehandle, or use the new "or" operator instead of "||".
+ 0 or 1 time (same as {0,1}) The possessive forms (new in Perl 5.10) prevent backtracking:
} (Single: \p{InNewTaiLue}; NOT \p{New_Tai_Lue} NOR \p{Is_New_Tai_Lue}) ... } (= \p{Script=New_Tai_Lue}) (NOT \p{Block=New_Tai_Lue}) (83) \p{Tamil}
: use IO::Handle; my $fh = IO::Handle->new(); if ($fh ~~ /\bIO\b/) { say "handle smells IOish"; ... The new copy is always a plain string, even if the input string is an object or a tied variable.
attribute A new feature that allows the declaration of variables and subroutines with modifiers, as ... scalar storage locations, plus four references (in the first four scalar locations) pointing to four new
As of Perl 5.18 every hash has its own hash traversal order, and this order changes every time a new
Usually, to create new filehandles other ops such as open would need to be enabled, if you don't take
gen_extract_tagged (Note: This subroutine is only available under Perl5.005) gen_extract_tagged generates a new ... (whereas extract_tagged has to effectively rebuild its tag parser on every call); make use of the new
To use the Perl you just installed you will need to add a new entry to your PATH environment variable ... makefile then the installation structure is a little more complicated and you will need to add two new
a, d, l and u These modifiers, all new in 5.14, affect which character-set semantics (Unicode, ... The code block introduces a new scope from the perspective of lexical variable declarations, but not
; View existing bug reports at, and submit any new bugs, problems, patches, etc. to: http://rt.cpan.org
It determines after how many days CPAN.pm downloads new indexes.
The good news is that at least some DBM module should be available, and AnyDBM_File will use whichever ... These CPAN testers are notified by mail of each new upload, and reply to the list with PASS, FAIL, NA
It is highly recommended to use the new interface.
If you think that you want to add a new command to Pod (like, say, a "=biblio" command), consider whether ... items, "Neque", "Porro", and "Quisquam Est", followed by a paragraph explaining them all, and then a new
Using Encode Starting from Perl 5.8 you can use the standard new module Encode to translate from EBCDIC ... Since version 5.8 Perl uses the new PerlIO I/O library.
branch's tail to the tail of the # sequence # (NEW
# New charclass like patterns LNBREAK none generic newline pattern # SPECIAL REGOPS
least the size of PerlIOl, PerlIO_pushed will allocate memory for the layer's data structures and link new
required to work on older Perls you'll need to unpack( 'Z* Z* C') to get the length, then use it to make a new
5.6.1 2001-Apr-08 Rafael 5.6.2-RC1 2003-Nov-08 5.6.2 2003-Nov-15 Fix new
These are extensions to the traditional regular expression syntax that provide powerful new tools for
This may be useful for making a test installation of a new version without disturbing the existing installation