Help for this page

Select Code to Download


  1. or download this
    use File::Slurp qw<slurp>;
    
    ...
    
    # prepend "ITEM " to the rest and print
    print "ITEM $_" for @items;