Help for this page

Select Code to Download


  1. or download this
     
    % stephan@armen (/home/stephan) %
    % perl -w sort_context.px
    ...
    called:array:13
    called:array:13
    called:array:13
    
  2. or download this
    % stephan@armen (/home/stephan) %
    % perl -MO=Deparse sort_context.px
    ...
    say sort(@{[get_keys()];});
    say sort(@{[get_keys()];});
    sort_context.px syntax OK