Tony Cook
Recent Actions
-
Posted Perl 5.18: getline and $/ = \N to Tony Cook
Perl 5.18 will ship with a change in behaviour when using
getline()(aka the<$handle>operator) on handles marked as returning Unicode where$/is a reference to an integer. -
Commented on Perl I/O on scalars for 5.18
This is intended to be part of 5.18 (and I've updated the title). See https://rt.perl.org/rt3/Ticket/Display.html?id=109828 for the discussion....
-
Commented on A perl devops mailing list
There's already one, see: http://lists.perl.org/list/perl-devops.html...
-
Posted Perl I/O on scalars for 5.18 to Tony Cook
From perl 5.17.9, the following:
my $scalar; ... open my $fh, "<", \$scalar or die;will fail unless
$scalarcontains only code points 0xFF or lower - ie. they can be represented as bytes.Perl's I/O …
Comment Threads
-
hashbangperl commented on
A perl devops mailing list
Yeay - I can't believe I didn't look before asking the lazyweb :) Handy - subscribed
-
hashbangperl commented on
A perl devops mailing list
Somebody beat me to it a while ago - go team lazyweb :)
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.