Help for this page

Select Code to Download


  1. or download this
    local($/ = chr 4);
    
  2. or download this
    local $/ = chr 4;
    
  3. or download this
    my @list = qw( why does this not work);
    map( { print $_."\n" }, @list );