Help for this page

Select Code to Download


  1. or download this
    $ touch {a,b,c}.txt; perl -le 'my $c = glob "*.txt"; print $c'
    a.txt
    
  2. or download this
    $ touch {a,b,c}.txt; perl -le 'my $c =()= glob "*.txt"; print $c'
    3