Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Tie::File;
    ...
    #
    # Add the record!
    push @pwfile,join('|',map{ $user->{$_}} @fields );
    
  2. or download this
    #!/usr/bin/perl -w
    use Tie::File;
    ...
     
    printf "WHHHOOOPPIE!\n" if $found;