Help for this page

Select Code to Download


  1. or download this
    # get the names if any
    @files = grep -e, glob $pattern;
    
  2. or download this
    # do any exist?
    if (grep -e, glob $pattern) {...