Help for this page

Select Code to Download


  1. or download this
      sub wanted {
           my $sb = stat($_);  # XXX: should be stat or lstat?
    ...
           $time{$name} = $sb->$IDX( );  # indirect method call
           $stat{$name} = $sb if $opt_l;
       }