- or download this
#!/usr/bin/perl
use SOAP::Transport::HTTP;
...
sub get { shift->{'_field'} }
sub all { shift->{'_cache' } }
- or download this
#!/usr/bin/perl
use strict;
...
print $obj->get, "\n";
}
print join ' ', @{ $obj->all };
- or download this
So
how
...
these?
???
So how is it possible that it stores and returns these? ???