Help for this page

Select Code to Download


  1. or download this
    get_config(split /$s/,$_);
    
  2. or download this
      DB<100> sub get_config{ print scalar(@_), join(' ',@_),"\n"}
    
    ...
    
      DB<103> get_config(split /$s/,$_);
    2abba baba