Help for this page

Select Code to Download


  1. or download this
    $href = {
               'a'  => {
    ...
                                 }
                        }
            };
    
  2. or download this
    @array = ('a', 't', 'x', '2008-08-07');
    
  3. or download this
    if (exists $href->{a}->{t}->{x}->{2008-08-07} ){
        print "href value exists";
    }
    
  4. or download this
    @array2  = ('b', 't', 'm', 'p');
    
  5. or download this
    $href->{b}->{t}->{m}->{p}