Help for this page

Select Code to Download


  1. or download this
    scalar => [+{ -type => 'File::stat' }, qw/ name /],
    new    => 'new',
    
  2. or download this
    [+{ -type => 'File::stat' }, qw/ name /]
    
  3. or download this
    +{ -type => 'File::stat' },
    qw/ name /
    
  4. or download this
    $VAR1 = {
              'scalar' => [
    ...
              'new' => 'new'
            };