Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sub foo {
- return %(
- '%()' => %( &?ROUTINE.name => "bar" ),
- '${}' => ${ &?ROUTINE.name => "bar" },
- '{}' => { &?ROUTINE.name => "bar" },
- );
- }
- say foo;
- Output:
- {${} => {<unit> => bar}, %() => {foo => bar}, {} => {<unit> => bar}}
Add Comment
Please, Sign In to add comment