Help for this page

Select Code to Download


  1. or download this
    $RemoteSystem{'NetBios'}{$nic_service}{NameServerlist}
    
  2. or download this
    ($a, $b) = split(/+/, $test);
    
  3. or download this
    'Quantifier follows nothing before HERE mark in regex m/+ << HERE / at
    + -e line 1'
    
  4. or download this
    my($var1, $var2) = split(/\+/, $test);
    
  5. or download this
    my($var1, $var2) = split ' ', $test;