Help for this page

Select Code to Download


  1. or download this
    my @stats = split(/,/,$USERS{$uname . 'stats'});
    
  2. or download this
    my @stats = Module::SplitEntries;
    
  3. or download this
    my @stats = OtherModule:GetSplitEntries;