Help for this page

Select Code to Download


  1. or download this
    $msg = $pop->top($popnum);
    print $msg;
    
  2. or download this
    my $head = $pop->top($popnum);
    print @{$head};
    
  3. or download this
    print @{$pop->top($popnum)};