Help for this page

Select Code to Download


  1. or download this
    use constant {
        ONE  => 1,
    ...
        NINE => 9,
        TEN  => 10,
    };
    
  2. or download this
    sub ONE  () { 1; }
    sub TWO  () { 2; }
    ...
    sub NINE () { 9; }
    sub TEN  () { 10; }
    
  3. or download this
    {
        my %constructor_args;
    ...
            Some::Module::->new(\%constructor_args);
        }
    }
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    __SECOND__
    g|h|i
    j|k|l
    
  5. or download this
    h i
    k l
    b c
    e f