Help for this page

Select Code to Download


  1. or download this
    #### GLOBS cause defined to show up
      # while(<*.pl>) {}         DEFINEDNESS
    ...
      # '1 while($x = <*.pl>)    TRUTHFULNESS
      % perl -MO=Deparse -e '1 while($x = <*.pl>)'
      '???' while $x = CORE::GLOBAL::glob('*.pl', 0);