Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
            $found_logout = 1 if $key eq "Logout";
        }
    }
    
  2. or download this
    my $found_logout = 1;
    my $i = 0;
    ...
    sub do_db_stuff {
        print Dumper shift;
    }