Help for this page

Select Code to Download


  1. or download this
      my @UACS;
      open(POLICY, "getpol -t UACS |");
      while ($pol = <POLICY>)
    ...
        push(@UACS,$name);
    #    print "$name\n";
       }
    
  2. or download this
      for my $row (@UACS)
       {
        format STDOUT = @<<<<<<<<<<<<  @<<<<<<<<<<<<  @<<<<<<<<<<<<  @<<<<
    +<<<<<<<<
    ...
    .
        write;
       }