Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    ...
    
    send_2( {name => 'Tom', id => 'IT001'} );
    send_2( {name => 'Mary', filehandle => 'ARGV', id => 'foo'} );
    
  2. or download this
    $VAR1 = {
              'filehandle' => 'default',
    ...
              'name' => 'Mary',
              'id' => 'foo'
            };