Help for this page

Select Code to Download


  1. or download this
    my @var;
    
    ...
    
    $var[3] = $perl_scalar;       # Put your JSON value into the array
    my $another_scalar = $var[3]; # Retrieve the value