Help for this page

Select Code to Download


  1. or download this
    #! perl -s
    use 5.010;
    use strict;
    
  2. or download this
    #!/usr/bin/env perl
    
    use strict;
    use warnings;
    use diagnostics;
    
  3. or download this
    #!/usr/bin/env perl
    
    use Modern::Perl;
    use Moose;
    use diagnostics;