Help for this page

Select Code to Download


  1. or download this
        %LdnLine = ($j => \@check2);
    
  2. or download this
        use Data::Dumper;
        print Dumper \%LdnLine;
    
  3. or download this
        $VAR1 = {
                  1 => 'foo',
                  'bar' => 'baz'
                };