Help for this page

Select Code to Download


  1. or download this
      use nu qw( &some_funtion $var $array %etc ) ;
    
  2. or download this
      use nu ;
    
  3. or download this
    package FOO ;
    
    ...
    
    1;
    
  4. or download this
    
      use FOO ;
    ...
    
      my @returned = $foo->methodx("other args") ;