Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

FileHandle open to STDOUT at compile time #63

Open
@atoomic

Description

@atoomic
my $f ;BEGIN{ open( $f, ">&STDOUT" ) } print $f "ok"

one liner

> perlcc -r -e 'my $f;BEGIN{open($f,">&STDOUT");}print $f "ok"'

issues noticed with xtestc/0932.t and xtestc/0093.t

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions