Help for this page

Select Code to Download


  1. or download this
      foreach my $farm (@farms) {
        my @fileStat = stat($farm);
         printf "%s: Age [%s], size [%d]\n", $farm, &ParseDateString("epoc
    +h $s->mtime()"), $s->size();
      } # end of foreach statement
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "What corp are you looking for? " ;
    chomp(my $whatWeWant = <STDIN>);
    Main($whatWeWant);