Help for this page

Select Code to Download


  1. or download this
    perl -e print glob("hubba");  # prints "hubba" even if you don't have 
    +a file "hubba"
    
  2. or download this
    perl -e print glob("hubba*");  # prints nothing, provided no file matc
    +hes