Help for this page

Select Code to Download


  1. or download this
    (undef, $etc) = split(/\s+/, $_) if (/^# input.*/);
    
  2. or download this
    ($etc,$etc) = split (/\s+/, $_) if (/^# input.*/);