Help for this page

Select Code to Download


  1. or download this
        my @phn = Phones->load($pcode);
        Phones->show_all;
        print $q->hidden("hide_phone", @phn);
    
  2. or download this
    Phones->get_param;
    
  3. or download this
    package Phones;
    my @phones;
    ...
            $_->show;
        }
    }