Help for this page

Select Code to Download


  1. or download this
    sub c{ return caller(); }
    
    ...
    
    print scalar c();;
    main
    
  2. or download this
    print each %h;;
    a 1
    
    print scalar each %h;;
    a