Help for this page

Select Code to Download


  1. or download this
    select TOP_STDOUT;
    print;
    
  2. or download this
    my $format = "format TOP_STDOUT=
    NAME       ID             SALARY
    ...
    .
    write;"
    print TOP_STDOUT $format;