Skip to content

Can't undef active subroutine #18606

Closed
@philiprbrenan

Description

@philiprbrenan

Should this produce: "deep recursion" not: "Can't undef active subroutine" ?

#!/usr/bin/perl
sub a
 {my sub b
   {&a; # Can't undef active subroutine
   }
  b
 }
a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions