Help for this page

Select Code to Download


  1. or download this
    sub score {
      $_=pop;                                                       #  7
    ...
    }
    #                                                                ___
    #                                                                 96
    
  2. or download this
     
    sub fullscore {
      $_=join'',@_;                                                 # 13
    ...
    }
    #                                                                ___
    #                                                                123