Help for this page

Select Code to Download


  1. or download this
    sub signature {
         my ($self) = @_;
    ...
    
         return $stat[9];
    };
    
  2. or download this
    sub signature {
         return -M $_[0]->{Filename} or die "Couldn't stat '$_[0]->{Filena
    +me}' : $!";
    };