Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect("DBI:mysql:database=qmail;host=localhost",
                            "qmail", $pass,
    ...
                    my $line = <STDIN>;
                    chomp $line;
                    my @param = split (/ /,$line);
    
  2. or download this
    -- 
    Daniellek