Help for this page

Select Code to Download


  1. or download this
    ENDPOINT    DISTRIBUTION_ID    STATUS
    VMW     `1781183799.31152'    IC---
    ...
    BN5     `1781183799.32206'    IC---
    BN6     `1781183799.32206'    IC---
    BN7     `1781183799.32206'    IC---
    
  2. or download this
    open(FILE,"file.txt")
    
    my @Records = <FILE>;
    
  3. or download this
    my @Records = sort {lc($a) cmp lc($b)} @Records
     and 
    my @Records = sort {$a cmp $b} @Records
    my @Records = sort { $a[0] cmp $b[0] } @Records
    
  4. or download this
    BN1     `1781183799.32206'          
    BN2     `1781183799.32206'          
    ...
    VMW     `1781183799.31152'    IC---
    WX     `1781183799.32206'