Help for this page

Select Code to Download


  1. or download this
    use JSON;
    use Data::Dump "dump";
    
    ...
    
        return \@users;
    }
    
  2. or download this
    [
      { fish => "Sunfish", username => "paco" },
      { fish => "Coelacanth", username => "YourUncle" },
    ...
      { fish => "Sixgill Shark", username => "MosaicNL" },
    ]
    JSON: [{"fish":"Sunfish","username":"paco"},{"fish":"Coelacanth","user
    +name":"YourUncle"},{"fish":"Monkfish","username":"hiragana"},{"fish":
    +"Sixgill Shark","username":"MosaicNL"}]