Help for this page

Select Code to Download


  1. or download this
    my @_a=qw(one two three four damn it shut the door!);
    
    printf "@{[q{'%s' } x @_a]}\n",@_a;
    
  2. or download this
    'one' 'two' 'three' 'four' 'damn' 'it' 'shut' 'the' 'door!'