Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    
    my $check_data = retrieve($file);
    print 'why is this here? ', $$check_data{'item'}, $/;
    
  2. or download this
    item: Here I am
    gone (error as expected): Here I am
    why is this here? Here I am