Help for this page

Select Code to Download


  1. or download this
    use data::Dumper;
    
    ...
    }
    
    some_sub qw/Edward Lear/;
    
  2. or download this
    $VAR1 = {
              first_name => 'Edward',
              surname    => 'Lear',
            };
    
  3. or download this
    some_sub qw/Edward Lear/;
    
  4. or download this
    some_sub first_name => 'Edward', surname => 'Lear';