Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    printf "Cheek memory usage";<STDIN>;
    
    shutdownServer();
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    printf "Cheek memory usage";<STDIN>;
    
    $_->join for @t;