Help for this page

Select Code to Download


  1. or download this
    my %file_stuff;
    while(<DATA>)
    ...
    __DATA__
    data=test
    other=sample
    
  2. or download this
    my @defined_stuff=keys %file_stuff;