source:
branches/branch-1.2/zoo-services/hello-perl/Hello.pl
@
937
Last change on this file since 937 was 24, checked in by david, 14 years ago | |
---|---|
File size: 150 bytes |
Line | |
---|---|
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.