Help for this page

Select Code to Download


  1. or download this
    sub quote {
       # Use $_ if no arguments are provided.
    ...
    # Functional style
    print map quote, @zips;
    print "\n";