Help for this page

Select Code to Download


  1. or download this
      use mypack;
      require /somepath/myperlscript.pl;
      my $x= new mypack();
      print $x->get_y();
    
  2. or download this
      my $y = &subroutinefrom_myperlscript();
      $self->set_y($y);