fork download
  1. #!/usr/bin/perl
  2. # your code goes here
  3. use strict;
  4. use warnings;
  5. my %static_data_key = (
  6. 'NAME' =>['RAM','SHYAM','RAVI','HARI'],
  7. );
  8. print scalar @{$static_data_key{'NAME'}};
Success #stdin #stdout 0s 3740KB
stdin
Standard input is empty
stdout
4