Help for this page

Select Code to Download


  1. or download this
    $info = $db_info->get_info($ID);
    
  2. or download this
    sub get_info {
            my ($class,%db_info,$ID) = @_;
    
  3. or download this
    sub get_info {
            my ($stuff,$ID) = @_;
            print "\nstuff = ".$stuff."\nID    =".$ID."\n\n";