Help for this page

Select Code to Download


  1. or download this
    perl -we "print prototype('CORE::mkdir')"
    $;$
    
  2. or download this
    mkdir $a[0], $a[1];
    
  3. or download this
    mkdir @a;