source:
trunk/zoo-services/hello-perl/Hello.pl
@
164
| Last change on this file since 164 was 24, checked in by david, 16 years ago | |
|---|---|
| File size: 150 bytes | |
| Rev | Line | |
|---|---|---|
| [24] | 1 | sub HelloPL { |
| 2 | my ($main_conf,$real_inputs,$real_outputs) = @_; | |
| 3 | ||
| 4 | $real_outputs->{"Result"}->{"value"}=$real_inputs->{"a"}->{"value"}; | |
| 5 | return 3; | |
| 6 | } | |
| 7 |
Note: See TracBrowser
for help on using the repository browser.













