Help for this page

Select Code to Download


  1. or download this
    package Test.pm;
    
    ...
        %return = ("code" => 0, "value" => "Cool, you sent me $value\n") i
    +f ($value);
        
    }
    
  2. or download this
    use Module::Test;
    
    ...
    
    # Didn't die
    print $test->{'value'} if ($test);