Searched refs:zoo (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dcookie.cgi13 %zoo = cookie('animals');
18 # If the action is 'add', then add new animals to the zoo. Otherwise
22 $zoo{$_}++;
24 $zoo{$_}-- if $zoo{$_};
25 delete $zoo{$_} unless $zoo{$_};
31 -value=>\%zoo,
42 Choose the animals you want to add to the zoo, and click "add".
44 animals in the zoo wil
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DParseWords.t13 @words = shellwords(qq(foo "bar quiz" zoo));
18 print "not " if $words[2] ne 'zoo';
26 @words = quotewords(':+', 1, 'foo:::"bar:foo":zoo zoo:');
27 print "not " unless join(";", @words) eq qq(foo;"bar:foo";zoo zoo;);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dpair.c171 register int zoo = dst - src; local
173 debug(("free-up %d ", zoo));
207 ino[i] = ino[i + 2] + zoo;

Completed in 15 milliseconds