Help for this page

Select Code to Download


  1. or download this
    sub new {
    
    ...
    $self->{BKG_IMAGE} = $_[0];
          
     }
    
  2. or download this
    sub print_html {
    print <<"HTML";
    ...
    
    print_html();
    
  3. or download this
    $p = new MyPackage;
    $p->bkg_img("whatever");