Help for this page

Select Code to Download


  1. or download this
     
    Platon$ ./t-pass-data.pl 
    Frank
    ...
    Sanbeans
    4/15
    sandy@example.com
    
  2. or download this
     
    my $server_endpoint = "http://localhost/cgi-bin/stackoverflow_in.cgi";
    
  3. or download this
     
    my $sth = $dbh->prepare(qq{INSERT INTO cust_details.c_details(f_name,l
    +_name,dob_email) VALUES ('$customer->{first_name}->[0]','$customer->{
    +last_name}->[0]','$customer->{dob}->[0]','$customer->{email}->[0]')})
    +;
    
  4. or download this
     
    my $firstname = param('firstname');
    my $lastname = param('lastname');