Help for this page

Select Code to Download


  1. or download this
    sub GET_PACK::entrys {
      my ( $pack , %type ) = @_ ;
    ...
    
      return( @PACK ) ;
    }
    
  2. or download this
    sub test { print "Hello!\n" ;}
    my $test = 123 ;
    ...
    ) ;
    
    foreach my $l_i ( sort @l ) { print "$l_i\n" ;}