# New Ticket Created by  宋文泰 
# Please include the string:  [perl #122915]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=122915 >


UsingPerl6-draft.pdf Page 46
4.7.2 Captures In Signatures
run the code can see this message "Obsolete use of | or \ with sigil on param 
$plan",writing |plan rather than |$plan. 


sub visit-czechoslovakia(|plan){
        warn "Sorry, this country has been deprecated.";
        visit-slovakia(|plan);
        visit-czech-republic(|plan);
}

Reply via email to