fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3. $color_of{apple} = "red";
  4. print $color_of{apple};
Success #stdin #stdout 0s 6000KB
stdin
Standard input is empty
stdout
red