Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    say Dumper \%data;
    
    __END__
    
  2. or download this
    [nick:~/monks]$ perl 1140269.pl
    $VAR1 = {
    ...
            };
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    say Dumper $href;
    
    __END__
    
  4. or download this
    [nick:~/monks]$ perl 1140269.pl
    $VAR1 = {
              '1' => {
    ...
                       'subscribe' => 'yes'
                     }
            };