Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    open ($FH,'| sort -n') or die($!);
    ...
            print $FH $_;
    }
    close $FH;
    
  2. or download this
    [demo@localhost Perl]$ cat bar.pl
    #!/usr/bin/perl -w
    ...
    a to z
    Buy
    Why