Help for this page

Select Code to Download


  1. or download this
    sub farmInput {
      my($corp, $finalPath) = ($_[0], $_[1]);
    ...
    #    printf "%s: Age [%s], size [%d]\n", $farm, $s->mtime(), $s->size(
    +);
      } # end of foreach statement
    } # end farmInput
    
  2. or download this
         printf "%s: Age [%s], size [%d]\n", $farm, ParseDateString("epoch
    + $s->mtime()"), $s->size();
    
  3. or download this
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bctl.e.le
    +t.dat.Z: Age [], size [2069]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bills.let
    +.dat.Z: Age [], size [266666425]
    ...
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bmsg.e.le
    +t.dat.Z: Age [], size [2428]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.brels.let
    +.dat.Z: Age [], size [8]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.callfile.
    +call.dat.Z: Age [], size [126369639]
    
  4. or download this
        printf "%s: Age [%s], size [%d]\n", $farm, $s->mtime(), $s->size()
    +;
    
  5. or download this
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bctl.e.le
    +t.dat.Z: Age [1106013532], size [2069]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bills.let
    +.dat.Z: Age [1106018445], size [266666425]
    ...
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.bmsg.e.le
    +t.dat.Z: Age [1106013532], size [2428]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.brels.let
    +.dat.Z: Age [1106013532], size [8]
    /usr/local/farm/vrsn/verisignx/input/75192.hosoft.01162005.A.callfile.
    +call.dat.Z: Age [1106020765], size [126369639]
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "What corp are you looking for? " ;
    chomp(my $whatWeWant = <STDIN>);
    Main($whatWeWant);