develooper Front page | perl.perl5.porters | Postings from April 2018

[perl #133102] Error Message In File::Copy

Thread Previous
From:
Shawn H Corey via RT
Date:
April 16, 2018 11:54
Subject:
[perl #133102] Error Message In File::Copy
Message ID:
rt-4.0.24-8332-1523879644-1691.133102-15-0@perl.org
#!/usr/bin/env perl

use strict;
use warnings;

use open qw( :encoding(UTF-8) :std );

use File::Copy;

copy( $_, \*STDOUT ) for @ARGV;


---
via perlbug:  queue: perl5 status: open
https://rt.perl.org/Ticket/Display.html?id=133102

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About