Help for this page

Select Code to Download


  1. or download this
    #!/eng/local/bin/perl
    %hash;
    ...
    
    close(FILE);
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    a       3
    
  3. or download this
    #!/usr/local/bin/perl
    
    ...
    return @results;
    }
    return true;
    
  4. or download this
    +-----------+-------+--------+------+----------------+
    | id        | grade | weight | snum | time           |
    ...
    | 213456758 | 4     |      5 |    3 | 20030423150119 |
    | 555555555 | 2     |      5 |    4 | 20030423150214 |
    +-----------+-------+--------+------+----------------+
    
  5. or download this
    id      grade   weight  snum    time
    213456758       2       10      1       20030423150119
    213456758       5       10      2       20030423150119
    213456758       4       5       3       20030423150119
    555555555       2       5       4       20030423150214