Help for this page
#!/usr/bin/perl -w ... $customer->{'id'} = $ARGV[0]; $cache->set($ARGV[0], $customer, "10 minutes" ); }