Help for this page

Select Code to Download


  1. or download this
    <?xml version ="1.0"?>
    <customer-data>
    ...
    </customer>
    </customer-data>
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
        print "Birthday: $customer->{dob}->[0]\n";
        print "Email-add: $customer->{email}->[0]\n";
    }