Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my @array = ('test', 'demo', 'work');
    ...
    
    printf "I popped \'%s\'.\n\n", pop @{$hashref->{'key'}->[1]};
    print Dumper(\%$hashref);
    
  2. or download this