Help for this page

Select Code to Download


  1. or download this
    {
        my $user_name=param('username');
    ...
        $user_name = "Bill";
        print "IN SUBROUTINE: user_name == $user_name<br>\n";
    }