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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmethod.t22 $obj = bless [], "Pack";
23 sub Pack::method { shift; join(",", "method", @_) } subroutine
26 is(Pack->method("a","b","c"), "method,a,b,c");
27 is(Pack->$mname("a","b","c"), "method,a,b,c");
28 is(method Pack ("a","b","c"), "method,a,b,c");
29 is((method Pack "a","b","c"), "method,a,b,c");
31 is(Pack->method(), "method");
32 is(Pack->$mname(), "method");
33 is(method Pack (), "method");
34 is(Pack
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm338 6 Service Pack 1, Firefox 3.0 and Opera 9.5 (and later of course).
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm7718 note that if you have applied Service Pack 6, much of the

Completed in 43 milliseconds