Help for this page

Select Code to Download


  1. or download this
    # echo|perl thisscript
    use strict;
    ...
    
    sub abc {
    }
    
  2. or download this
    #perl
    use strict;
    ...
    sleep 1;
    sub abc {
    }