Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    $ perl test.pl
    The time was: FRI AUG 25 15:18:08 2017
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $ perl test.pl
    The time was nigh
    The time was FRI AUG 25 15:20:10 2017
    
  3. or download this
    sub a {
        sub b{
        }
    }
    
  4. or download this
    sub a {
    }
    sub b{
    }